diff -r e4d67989cc36 -r 47c74d1534e1 ssl/libcrypto/src/crypto/opensslconf.h --- a/ssl/libcrypto/src/crypto/opensslconf.h Tue Feb 02 02:01:42 2010 +0200 +++ b/ssl/libcrypto/src/crypto/opensslconf.h Fri Apr 16 16:46:38 2010 +0300 @@ -49,12 +49,6 @@ #ifndef OPENSSL_NO_RIPEMD # define OPENSSL_NO_RIPEMD #endif -#ifndef OPENSSL_NO_SHA256 -# define OPENSSL_NO_SHA256 -#endif -#ifndef OPENSSL_NO_SHA512 -# define OPENSSL_NO_SHA512 -#endif #ifndef OPENSSL_NO_STATIC_ENGINE # define OPENSSL_NO_STATIC_ENGINE #endif @@ -121,12 +115,6 @@ # if defined(OPENSSL_NO_RIPEMD) && !defined(NO_RIPEMD) # define NO_RIPEMD # endif -# if defined(OPENSSL_NO_SHA256) && !defined(NO_SHA256) -# define NO_SHA256 -# endif -# if defined(OPENSSL_NO_SHA512) && !defined(NO_SHA512) -# define NO_SHA512 -# endif # if defined(OPENSSL_NO_STATIC_ENGINE) && !defined(NO_STATIC_ENGINE) # define NO_STATIC_ENGINE # endif