diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2020-03-18 02:20:03 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2020-03-18 02:20:03 +0000 |
commit | 0a70e97c94666ffce9631ab5f848b854e3783652 (patch) | |
tree | 39c1c9f4928d540587db1fe090094bb09d650f76 /secure | |
parent | 17f01e9963948a18f55eb97173123702c5dae671 (diff) | |
download | src-0a70e97c94666ffce9631ab5f848b854e3783652.tar.gz src-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.in | 6 |
1 files 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 /* |