ossrv_pub/crypto_utility_functions_api/inc/stdapis/openssl/opensslconf.h
branchRCL_3
changeset 9 fa985af77159
parent 0 e4d67989cc36
child 45 4b03adbd26ca
--- a/ossrv_pub/crypto_utility_functions_api/inc/stdapis/openssl/opensslconf.h	Sat Feb 20 00:31:00 2010 +0200
+++ b/ossrv_pub/crypto_utility_functions_api/inc/stdapis/openssl/opensslconf.h	Fri Mar 12 15:50:56 2010 +0200
@@ -54,12 +54,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
@@ -126,12 +120,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