From: Dr. Stephen Henson Date: Thu, 3 Feb 2011 13:00:08 +0000 (+0000) Subject: For now disable EC_GFp_nistp224_method() for WIN32 so the WIN32 build X-Git-Tag: OpenSSL-fips-2_0-rc1~799 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=65847ca378ea168964fbd9d36d970297d4fe45d7;p=oweals%2Fopenssl.git For now disable EC_GFp_nistp224_method() for WIN32 so the WIN32 build completes without linker errors. --- diff --git a/crypto/ec/ec.h b/crypto/ec/ec.h index 6409eee1b3..5f92cdd83d 100644 --- a/crypto/ec/ec.h +++ b/crypto/ec/ec.h @@ -155,8 +155,10 @@ const EC_METHOD *EC_GFp_nist_method(void); /** Returns 64-bit optimized methods for nistp224 * \return EC_METHOD object */ +#ifndef OPENSSL_SYS_WIN32 const EC_METHOD *EC_GFp_nistp224_method(void); #endif +#endif /********************************************************************/