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:
@@ -32,6 +32,6 @@
|
||||
* STUB: give back the dataStreamPubKey
|
||||
*/
|
||||
|
||||
int getPubKey(byte *dataStreamPubKey, int dataStreamPubKeyLen,
|
||||
byte **publisherPubKey, int *publisherPubKeyLen);
|
||||
int getPubKey(unsigned char *dataStreamPubKey, int dataStreamPubKeyLen,
|
||||
unsigned char **publisherPubKey, int *publisherPubKeyLen);
|
||||
|
||||
|
Reference in New Issue
Block a user