diff -r 18f64da82512 -r fa985af77159 ossrv_pub/crypto_utility_functions_api/inc/stdapis/openssl/opensslconf.h --- 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