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 don't do cpui...
details: https://anonhg.NetBSD.org/src/rev/ebf22ae481f4
branches: trunk
changeset: 780501:ebf22ae481f4
user: christos <christos%NetBSD.org@localhost>
date: Fri Jul 27 17:27:43 2012 +0000
description:
don't do cpuid anymore.
diffstat:
crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 16872132fa35 -r ebf22ae481f4 crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c
--- a/crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c Fri Jul 27 16:49:07 2012 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/engine/eng_all.c Fri Jul 27 17:27:43 2012 +0000
@@ -61,9 +61,9 @@
void ENGINE_load_builtin_engines(void)
{
- /* Some ENGINEs need this */
+#if 0
+ /* Done in .init section where needed */
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
Home |
Main Index |
Thread Index |
Old Index