Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2003-05-22 21:16:41 +0400
committerKent Mein <mein@cs.umn.edu>2003-05-22 21:16:41 +0400
commitb8f2835ba28e7dec09086599127c48b54c9fd3e7 (patch)
treedf915b1c12ab32d7e55c56d69874e4095cac7094 /source/blender/readstreamglue
parentd746ad14165ea65e09f4dcdf4ca92bc6bdf2f3f2 (diff)
Stage two of removing ssl support.
I've modified things so it nolonger uses the stuff in blender/source/blender/verify This should be working for both the old Makefiles and the autoconf stuff. People working with other build systems please update them, both blender/source/blender/verify and sign will be going away soon. (Next step is to get rid of blender/intern/keymaker) Kent
Diffstat (limited to 'source/blender/readstreamglue')
-rw-r--r--source/blender/readstreamglue/intern/BLO_readStreamGlue.c7
-rw-r--r--source/blender/readstreamglue/intern/Makefile1
2 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/readstreamglue/intern/BLO_readStreamGlue.c b/source/blender/readstreamglue/intern/BLO_readStreamGlue.c
index 0ed15026c59..dc729fa4a96 100644
--- a/source/blender/readstreamglue/intern/BLO_readStreamGlue.c
+++ b/source/blender/readstreamglue/intern/BLO_readStreamGlue.c
@@ -46,7 +46,6 @@
#include "BLO_readfile.h"
#include "BLO_inflate.h"
#include "BLO_decrypt.h"
-#include "BLO_verify.h"
#ifdef HAVE_CONFIG_H
#include <config.h>
@@ -179,12 +178,6 @@ readStreamGlue(
(*control)->process = BLO_decrypt_process;
(*control)->end = BLO_decrypt_end;
break;
- case VERIFY:
- case SIGN:
- (*control)->begin = BLO_verify_begin;
- (*control)->process = BLO_verify_process;
- (*control)->end = BLO_verify_end;
- break;
default:
err = BRS_SETFUNCTION(BRS_READSTREAMGLUE) |
BRS_SETSPECERR(BRS_UNKNOWN);
diff --git a/source/blender/readstreamglue/intern/Makefile b/source/blender/readstreamglue/intern/Makefile
index c42a1f4d0bb..84386ba951b 100644
--- a/source/blender/readstreamglue/intern/Makefile
+++ b/source/blender/readstreamglue/intern/Makefile
@@ -53,7 +53,6 @@ CPPFLAGS += -I../../../kernel/gen_messaging
CPPFLAGS += -I../../blenloader
CPPFLAGS += -I../../inflate
CPPFLAGS += -I../../decrypt
-CPPFLAGS += -I../../verify
CPPFLAGS += -I$(NAN_OPENSSL)/include