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

completes without linker errors.
This commit is contained in:
Dr. Stephen Henson 2011-02-03 13:00:08 +00:00
parent 53f7633739
commit 65847ca378

View file

@ -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
/********************************************************************/