ssl/libcrypto/src/crypto/opensslconf.h
branchRCL_3
changeset 9 fa985af77159
parent 0 e4d67989cc36
child 45 4b03adbd26ca
--- a/ssl/libcrypto/src/crypto/opensslconf.h	Sat Feb 20 00:31:00 2010 +0200
+++ b/ssl/libcrypto/src/crypto/opensslconf.h	Fri Mar 12 15:50:56 2010 +0200
@@ -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