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/include/openssl Ooops - fix edit...



details:   https://anonhg.NetBSD.org/src/rev/ad4aec418b7e
branches:  trunk
changeset: 445157:ad4aec418b7e
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Oct 15 12:45:52 2018 +0000

description:
Ooops - fix editor accident in previous

diffstat:

 crypto/external/bsd/openssl/include/openssl/opensslconf.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b93c0218545e -r ad4aec418b7e crypto/external/bsd/openssl/include/openssl/opensslconf.h
--- a/crypto/external/bsd/openssl/include/openssl/opensslconf.h Mon Oct 15 12:27:58 2018 +0000
+++ b/crypto/external/bsd/openssl/include/openssl/opensslconf.h Mon Oct 15 12:45:52 2018 +0000
@@ -50,7 +50,7 @@
 #endif
 #if !defined(_LP64) || defined(__sparc64__)
 # ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
-  define OPENSSL_NO_EC_NISTP_64_GCC_128
+#  define OPENSSL_NO_EC_NISTP_64_GCC_128
 # endif
 #endif
 #ifndef OPENSSL_NO_EGD



Home | Main Index | Thread Index | Old Index