This is a fun one ;)
Removes ssl from blender. makes the following directorys not needed anymore: blender/intern/keymaker blender/source/blender/src/pub blender/source/blender/encrypt blender/source/blender/decrypt blender/source/blender/sign blender/source/blender/verify It works with The Nan Makefiles and autoconf, could whoever is working on the other build systems update them so we can nuke those directorys? They won't do anything but I figured I'd leave them in for a week or so to make things easyer on people. Kent
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
|
||||
#include "GEN_messaging.h"
|
||||
|
||||
#include "blenkey.h"
|
||||
#include "BLO_getPubKey.h" // real and stub implemented at writestream ...
|
||||
|
||||
#include "BLO_readStreamGlue.h"
|
||||
@@ -134,7 +133,7 @@ BLO_decrypt_process(
|
||||
//static unsigned char rsa_e[] = "\x11";
|
||||
static unsigned char rsa_e[] = "\x01\x00\x01";
|
||||
RSA *rsa = NULL;
|
||||
byte *publisherPubKey;
|
||||
unsigned char *publisherPubKey;
|
||||
int publisherPubKeyLen;
|
||||
|
||||
header = (struct BLO_en_de_cryptHeaderStruct *)
|
||||
|
Reference in New Issue
Block a user