From 65847ca378ea168964fbd9d36d970297d4fe45d7 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 3 Feb 2011 13:00:08 +0000 Subject: [PATCH] For now disable EC_GFp_nistp224_method() for WIN32 so the WIN32 build completes without linker errors. --- crypto/ec/ec.h | 2 ++ 1 file changed, 2 insertions(+) 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 /********************************************************************/ -- 2.34.1