Index: secure/lib/libcrypto/opensslconf-arm.h =================================================================== --- secure/lib/libcrypto/opensslconf-arm.h +++ secure/lib/libcrypto/opensslconf-arm.h @@ -24,6 +24,9 @@ #ifndef OPENSSL_NO_SCTP # define OPENSSL_NO_SCTP #endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif #ifndef OPENSSL_NO_STORE # define OPENSSL_NO_STORE #endif @@ -66,6 +69,9 @@ # if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) # define NO_STORE # endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif #endif /* crypto/opensslconf.h.in */ Index: secure/lib/libcrypto/opensslconf-mips.h =================================================================== --- secure/lib/libcrypto/opensslconf-mips.h +++ secure/lib/libcrypto/opensslconf-mips.h @@ -24,6 +24,9 @@ #ifndef OPENSSL_NO_SCTP # define OPENSSL_NO_SCTP #endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif #ifndef OPENSSL_NO_STORE # define OPENSSL_NO_STORE #endif @@ -66,6 +69,9 @@ # if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) # define NO_STORE # endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif #endif /* crypto/opensslconf.h.in */ Index: secure/lib/libcrypto/opensslconf-powerpc.h =================================================================== --- secure/lib/libcrypto/opensslconf-powerpc.h +++ secure/lib/libcrypto/opensslconf-powerpc.h @@ -24,6 +24,9 @@ #ifndef OPENSSL_NO_SCTP # define OPENSSL_NO_SCTP #endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif #ifndef OPENSSL_NO_STORE # define OPENSSL_NO_STORE #endif @@ -66,6 +69,9 @@ # if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) # define NO_STORE # endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif #endif /* crypto/opensslconf.h.in */ Index: secure/lib/libcrypto/opensslconf-sparc64.h =================================================================== --- secure/lib/libcrypto/opensslconf-sparc64.h +++ secure/lib/libcrypto/opensslconf-sparc64.h @@ -24,6 +24,9 @@ #ifndef OPENSSL_NO_SCTP # define OPENSSL_NO_SCTP #endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif #ifndef OPENSSL_NO_STORE # define OPENSSL_NO_STORE #endif @@ -66,6 +69,9 @@ # if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) # define NO_STORE # endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif #endif /* crypto/opensslconf.h.in */ Index: secure/lib/libcrypto/opensslconf-x86.h =================================================================== --- secure/lib/libcrypto/opensslconf-x86.h +++ secure/lib/libcrypto/opensslconf-x86.h @@ -24,6 +24,9 @@ #ifndef OPENSSL_NO_SCTP # define OPENSSL_NO_SCTP #endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif #ifndef OPENSSL_NO_STORE # define OPENSSL_NO_STORE #endif @@ -63,6 +66,9 @@ # if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) # define NO_STORE # endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif #endif #define OPENSSL_CPUID_OBJ