aboutsummaryrefslogtreecommitdiff
path: root/secure
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2020-05-22 16:53:39 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2020-05-22 16:53:39 +0000
commitf7732201a22408e353b1977ee4eb69480f0627c3 (patch)
treee16baccd0b2453057d4a35a446a653dc01a9e9f7 /secure
parent723d87648e1521be6929a230a2c8c168a6f49904 (diff)
Notes
Diffstat (limited to 'secure')
-rw-r--r--secure/lib/libcrypto/opensslconf.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/secure/lib/libcrypto/opensslconf.h.in b/secure/lib/libcrypto/opensslconf.h.in
index e393c15db3381..1a68649dde0a4 100644
--- a/secure/lib/libcrypto/opensslconf.h.in
+++ b/secure/lib/libcrypto/opensslconf.h.in
@@ -76,6 +76,12 @@ extern "C" {
#ifndef OPENSSL_NO_SSL_TRACE
# define OPENSSL_NO_SSL_TRACE
#endif
+#ifndef OPENSSL_NO_SSL3
+# define OPENSSL_NO_SSL3
+#endif
+#ifndef OPENSSL_NO_SSL3_METHOD
+# define OPENSSL_NO_SSL3_METHOD
+#endif
#ifndef OPENSSL_NO_UBSAN
# define OPENSSL_NO_UBSAN
#endif