Module Name: src
Committed By: christos
Date: Fri Jul 27 17:46:00 UTC 2012
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/engine: eng_all.c
Log Message:
undo previous: some ports don't have it in the constructor!
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 \
src/crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c
diff -u src/crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c:1.6 src/crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c:1.7
--- src/crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c:1.6 Fri Jul 27 13:27:43 2012
+++ src/crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c Fri Jul 27 13:45:59 2012
@@ -61,9 +61,9 @@
void ENGINE_load_builtin_engines(void)
{
-#if 0
- /* Done in .init section where needed */
+ /* Some ENGINEs need this */
OPENSSL_cpuid_setup();
+#if 0
/* There's no longer any need for an "openssl" ENGINE unless, one day,
* it is the *only* way for standard builtin implementations to be be
* accessed (ie. it would be possible to statically link binaries with