summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Mosmans <support@go-forward.net>2016-06-13 15:04:33 -0400
committerRich Salz <rsalz@openssl.org>2016-06-13 18:33:02 -0400
commitb4b576d3b7c6ab57f419015d4d49846278ddd0d4 (patch)
treee77b44c00b8a8b72bddeed9e0a9ae345e1f23c3f
parent96d06c213d5a2c1af42dd3b5d7bcc4a65df90738 (diff)
downloadopenssl-new-b4b576d3b7c6ab57f419015d4d49846278ddd0d4.tar.gz
RT3454: Re-enable nistp-64_gcc_128 on windows
Reviewed-by: Andy Polyakov <appro@openssl.org>
-rw-r--r--include/openssl/ec.h2
1 files changed, 0 insertions, 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