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/53dae3f0f074
branches: trunk
changeset: 836399:53dae3f0f074
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 5a7c45b3fbf8 -r 53dae3f0f074 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