From: Peter Mosmans Date: Mon, 13 Jun 2016 19:04:33 +0000 (-0400) Subject: RT3454: Re-enable nistp-64_gcc_128 on windows X-Git-Tag: OpenSSL_1_1_0-pre6~464 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=b4b576d3b7c6ab57f419015d4d49846278ddd0d4 RT3454: Re-enable nistp-64_gcc_128 on windows Reviewed-by: Andy Polyakov --- diff --git a/include/openssl/ec.h b/include/openssl/ec.h index db78a34b3b..b5bd83d9a9 100644 --- a/include/openssl/ec.h +++ b/include/openssl/ec.h @@ -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 */ @@ -95,7 +94,6 @@ const EC_METHOD *EC_GFp_nistp256_method(void); * \return EC_METHOD object */ const EC_METHOD *EC_GFp_nistp521_method(void); -# endif # endif # ifndef OPENSSL_NO_EC2M