Index: head/secure/lib/libcrypto/opensslconf.h.in =================================================================== --- head/secure/lib/libcrypto/opensslconf.h.in +++ head/secure/lib/libcrypto/opensslconf.h.in @@ -76,6 +76,12 @@ #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