diff options
Diffstat (limited to 'crypto/ec/ec.h')
-rw-r--r-- | crypto/ec/ec.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 /********************************************************************/ |