From afb25265bd9be6cd38185c3953b58d628a497c6d Mon Sep 17 00:00:00 2001 From: sthen <> Date: Wed, 11 Jul 2012 11:02:48 +0000 Subject: Disable SSLv2 in OpenSSL. No objections from djm. Brad, jasper and naddy helped with test builds, fixing ports, etc. --- src/lib/libssl/crypto/arch/sh/opensslconf.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/lib/libssl/crypto/arch/sh/opensslconf.h') diff --git a/src/lib/libssl/crypto/arch/sh/opensslconf.h b/src/lib/libssl/crypto/arch/sh/opensslconf.h index c1fc4e5d11..7c7015c9b7 100644 --- a/src/lib/libssl/crypto/arch/sh/opensslconf.h +++ b/src/lib/libssl/crypto/arch/sh/opensslconf.h @@ -37,6 +37,9 @@ #ifndef OPENSSL_NO_SEED # define OPENSSL_NO_SEED #endif +#ifndef OPENSSL_NO_SSL2 +# define OPENSSL_NO_SSL2 +#endif #ifndef OPENSSL_NO_STORE # define OPENSSL_NO_STORE #endif @@ -87,6 +90,9 @@ # if defined(OPENSSL_NO_SEED) && !defined(NO_SEED) # define NO_SEED # endif +# if defined(OPENSSL_NO_SSL2) && !defined(NO_SSL2) +# define NO_SSL2 +# endif # if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) # define NO_STORE # endif -- cgit v1.2.3-55-g6feb