Commit 65847ca3 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

For now disable EC_GFp_nistp224_method() for WIN32 so the WIN32 build

completes without linker errors.
parent 53f76337
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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


/********************************************************************/