Module Name: src
Committed By: martin
Date: Mon Oct 15 12:45:53 UTC 2018
Modified Files:
src/crypto/external/bsd/openssl/include/openssl: opensslconf.h
Log Message:
Ooops - fix editor accident in previous
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 \
src/crypto/external/bsd/openssl/include/openssl/opensslconf.h
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/include/openssl/opensslconf.h
diff -u src/crypto/external/bsd/openssl/include/openssl/opensslconf.h:1.5 src/crypto/external/bsd/openssl/include/openssl/opensslconf.h:1.6
--- src/crypto/external/bsd/openssl/include/openssl/opensslconf.h:1.5 Mon Oct 15 12:27:58 2018
+++ src/crypto/external/bsd/openssl/include/openssl/opensslconf.h Mon Oct 15 12:45:52 2018
@@ -50,7 +50,7 @@ extern "C" {
#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