From: Dr. Stephen Henson Date: Sat, 3 Dec 2011 18:27:31 +0000 (+0000) Subject: remove unused functions from module X-Git-Tag: OpenSSL-fips-2_0-rc6~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=75b250a4ed2fcc0d98e2a499843cd00490f01ba0;p=oweals%2Fopenssl.git remove unused functions from module --- diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c index 524daf037d..a5999bde3b 100644 --- a/crypto/cryptlib.c +++ b/crypto/cryptlib.c @@ -219,6 +219,8 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, } #endif +#ifndef OPENSSL_FIPSCANISTER + #if defined(_WIN32) && !defined(__CYGWIN__) #include #include @@ -382,3 +384,5 @@ void OpenSSLDie(const char *file,int line,const char *assertion) #ifndef OPENSSL_FIPSCANISTER void *OPENSSL_stderr(void) { return stderr; } #endif + +#endif