Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/engine undo previous...



details:   https://anonhg.NetBSD.org/src/rev/5a4313882aac
branches:  trunk
changeset: 780503:5a4313882aac
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jul 27 17:45:59 2012 +0000

description:
undo previous: some ports don't have it in the constructor!

diffstat:

 crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r fa7e182a9f37 -r 5a4313882aac crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c
--- a/crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c  Fri Jul 27 17:39:36 2012 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c  Fri Jul 27 17:45:59 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index