Commit b4b576d3 authored by Peter Mosmans's avatar Peter Mosmans Committed by Rich Salz
Browse files

RT3454: Re-enable nistp-64_gcc_128 on windows

parent 96d06c21
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ const EC_METHOD *EC_GFp_mont_method(void);
const EC_METHOD *EC_GFp_nist_method(void);

# ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
#  ifndef OPENSSL_SYS_WIN32
/** Returns 64-bit optimized methods for nistp224
 *  \return  EC_METHOD object
 */
@@ -96,7 +95,6 @@ const EC_METHOD *EC_GFp_nistp256_method(void);
 */
const EC_METHOD *EC_GFp_nistp521_method(void);
# endif
# endif

# ifndef OPENSSL_NO_EC2M
/********************************************************************/