projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96d06c2
)
RT3454: Re-enable nistp-64_gcc_128 on windows
author
Peter Mosmans
<support@go-forward.net>
Mon, 13 Jun 2016 19:04:33 +0000
(15:04 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Mon, 13 Jun 2016 22:33:02 +0000
(18:33 -0400)
Reviewed-by: Andy Polyakov <appro@openssl.org>
include/openssl/ec.h
patch
|
blob
|
history
diff --git
a/include/openssl/ec.h
b/include/openssl/ec.h
index db78a34b3b213e55d9f41bd081d396c5fa443dbc..b5bd83d9a99e33950cf06c254a95511e0828efe3 100644
(file)
--- 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