From 0a70e97c94666ffce9631ab5f848b854e3783652 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 18 Mar 2020 02:20:03 +0000 Subject: [PATCH] Reduce diff with the vendor version. No functional change. --- secure/lib/libcrypto/opensslconf.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/secure/lib/libcrypto/opensslconf.h.in b/secure/lib/libcrypto/opensslconf.h.in index e992047e2aba..e393c15db338 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 /*