Blender Git Commit Log
Git Commits -> Revision 3c7c206
May 30, 2003, 15:06 (GMT) |
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 |
Commit Details:
Full Hash: 3c7c20676e1666f2d684571b501d7ac8762a91e0
SVN Revision: 850
Parent Commit: 42d04be
Lines Changed: +31, -105
22 Modified Paths:
/intern/Makefile (+1, -1) (Diff)
/README (+7, -10) (Diff)
/source/blender/decrypt/intern/BLO_decrypt.c (+1, -2) (Diff)
/source/blender/decrypt/intern/Makefile (+0, -3) (Diff)
/source/blender/encrypt/intern/Makefile (+0, -3) (Diff)
/source/blender/Makefile (+1, -1) (Diff)
/source/blender/readstreamglue/BLO_keyStore.h (+11, -1) (Diff)
/source/blender/readstreamglue/intern/BLO_keyStorePrivate.h (+4, -6) (Diff)
/source/blender/readstreamglue/intern/BLO_readStreamGlue.c (+0, -7) (Diff)
/source/blender/readstreamglue/intern/Makefile (+0, -6) (Diff)
/source/blender/src/cre/license_key.c (+0, -1) (Diff)
/source/blender/src/Makefile (+1, -2) (Diff)
/source/blender/writestreamglue/BLO_getPubKey.h (+2, -2) (Diff)
/source/blender/writestreamglue/intern/BLO_writeStreamGlue.c (+0, -7) (Diff)
/source/blender/writestreamglue/intern/Makefile (+0, -6) (Diff)
/source/blender/writestreamglue/stub/BLO_getPubKeySTUB.c (+2, -3) (Diff)
/source/blender/writestreamglue/stub/BLO_keyStoreSTUB.c (+1, -1) (Diff)
/source/blender/writestreamglue/stub/Makefile (+0, -3) (Diff)
/source/blender/writestreamglue/test/readwritetest/Makefile (+0, -6) (Diff)
/source/creator/Makefile (+0, -1) (Diff)
/source/Makefile (+0, -23) (Diff)
/source/nan_definitions.mk (+0, -10) (Diff)
/README (+7, -10) (Diff)
/source/blender/decrypt/intern/BLO_decrypt.c (+1, -2) (Diff)
/source/blender/decrypt/intern/Makefile (+0, -3) (Diff)
/source/blender/encrypt/intern/Makefile (+0, -3) (Diff)
/source/blender/Makefile (+1, -1) (Diff)
/source/blender/readstreamglue/BLO_keyStore.h (+11, -1) (Diff)
/source/blender/readstreamglue/intern/BLO_keyStorePrivate.h (+4, -6) (Diff)
/source/blender/readstreamglue/intern/BLO_readStreamGlue.c (+0, -7) (Diff)
/source/blender/readstreamglue/intern/Makefile (+0, -6) (Diff)
/source/blender/src/cre/license_key.c (+0, -1) (Diff)
/source/blender/src/Makefile (+1, -2) (Diff)
/source/blender/writestreamglue/BLO_getPubKey.h (+2, -2) (Diff)
/source/blender/writestreamglue/intern/BLO_writeStreamGlue.c (+0, -7) (Diff)
/source/blender/writestreamglue/intern/Makefile (+0, -6) (Diff)
/source/blender/writestreamglue/stub/BLO_getPubKeySTUB.c (+2, -3) (Diff)
/source/blender/writestreamglue/stub/BLO_keyStoreSTUB.c (+1, -1) (Diff)
/source/blender/writestreamglue/stub/Makefile (+0, -3) (Diff)
/source/blender/writestreamglue/test/readwritetest/Makefile (+0, -6) (Diff)
/source/creator/Makefile (+0, -1) (Diff)
/source/Makefile (+0, -23) (Diff)
/source/nan_definitions.mk (+0, -10) (Diff)