From b4b576d3b7c6ab57f419015d4d49846278ddd0d4 Mon Sep 17 00:00:00 2001 From: Peter Mosmans Date: Mon, 13 Jun 2016 15:04:33 -0400 Subject: [PATCH] RT3454: Re-enable nistp-64_gcc_128 on windows Reviewed-by: Andy Polyakov --- include/openssl/ec.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.25.1