Module Name:    src
Committed By:   christos
Date:           Fri Jul 27 17:27:43 UTC 2012

Modified Files:
        src/crypto/external/bsd/openssl/dist/crypto/engine: eng_all.c

Log Message:
don't do cpuid anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
    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.5 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.5	Thu Jul 26 16:21:20 2012
+++ src/crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c	Fri Jul 27 13:27:43 2012
@@ -61,9 +61,9 @@
 
 void ENGINE_load_builtin_engines(void)
 	{
-	/* Some ENGINEs need this */
-	OPENSSL_cpuid_setup();
 #if 0
+	/* Done in .init section where needed */
+	OPENSSL_cpuid_setup();
 	/* 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

Reply via email to