summaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2020-03-18 02:20:03 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2020-03-18 02:20:03 +0000
commit0a70e97c94666ffce9631ab5f848b854e3783652 (patch)
tree39c1c9f4928d540587db1fe090094bb09d650f76 /secure
parent17f01e9963948a18f55eb97173123702c5dae671 (diff)
downloadsrc-test-0a70e97c94666ffce9631ab5f848b854e3783652.tar.gz
src-test-0a70e97c94666ffce9631ab5f848b854e3783652.zip
Reduce diff with the vendor version. No functional change.
Notes
Notes: svn path=/head/; revision=359061
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/opensslconf.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/libcrypto/opensslconf.h.in b/secure/lib/libcrypto/opensslconf.h.in
index e992047e2aba4..e393c15db3381 100644
--- a/secure/lib/libcrypto/opensslconf.h.in
+++ b/secure/lib/libcrypto/opensslconf.h.in
@@ -34,6 +34,9 @@ extern "C" {
#ifndef OPENSSL_RAND_SEED_OS
# define OPENSSL_RAND_SEED_OS
#endif
+#ifndef OPENSSL_NO_AFALGENG
+# define OPENSSL_NO_AFALGENG
+#endif
#ifndef OPENSSL_NO_ASAN
# define OPENSSL_NO_ASAN
#endif
@@ -85,9 +88,6 @@ extern "C" {
#ifndef OPENSSL_NO_STATIC_ENGINE
# define OPENSSL_NO_STATIC_ENGINE
#endif
-#ifndef OPENSSL_NO_AFALGENG
-# define OPENSSL_NO_AFALGENG
-#endif
/*