For now disable EC_GFp_nistp224_method() for WIN32 so the WIN32 build
completes without linker errors.
This commit is contained in:
parent
53f7633739
commit
65847ca378
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
||||
/********************************************************************/
|
||||
|
|
Loading…
Reference in a new issue