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:
c7f2673
)
Corrected OPENSSL_NO_EC_NISTP_64_GCC_128 usage in ec_lcl.h. PR#3370
author
Libor Krystek
<krystek@ica.cz>
Tue, 3 Jun 2014 22:14:40 +0000
(23:14 +0100)
committer
Matt Caswell
<matt@openssl.org>
Tue, 3 Jun 2014 22:15:58 +0000
(23:15 +0100)
crypto/ec/ec_lcl.h
patch
|
blob
|
history
diff --git
a/crypto/ec/ec_lcl.h
b/crypto/ec/ec_lcl.h
index da7967df38a36b670b8c74675b6e9b87b8280222..b0d48b6b5cc7f8a8af66523b24feda6cfaf6cd60 100644
(file)
--- a/
crypto/ec/ec_lcl.h
+++ b/
crypto/ec/ec_lcl.h
@@
-404,7
+404,7
@@
int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar,
int ec_GF2m_precompute_mult(EC_GROUP *group, BN_CTX *ctx);
int ec_GF2m_have_precompute_mult(const EC_GROUP *group);
-#ifndef OPENSSL_EC_NISTP_64_GCC_128
+#ifndef OPENSSL_
NO_
EC_NISTP_64_GCC_128
/* method functions in ecp_nistp224.c */
int ec_GFp_nistp224_group_init(EC_GROUP *group);
int ec_GFp_nistp224_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *n, BN_CTX *);