[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Andy Polyakov
appro at openssl.org
Tue May 26 08:15:05 UTC 2015
The branch OpenSSL_1_0_2-stable has been updated
via bec1093cced8c2e8b43f9bbc51992c86c1c567d4 (commit)
from 78ac7fa18d25f66c89adcb646c04d69b8c805ca7 (commit)
- Log -----------------------------------------------------------------
commit bec1093cced8c2e8b43f9bbc51992c86c1c567d4
Author: Billy Brumley <bbrumley at gmail.com>
Date: Fri May 22 17:44:49 2015 +0300
fix copy paste error in ec_GF2m function prototypes
RT#3858
Reviewed-by: Tim Hudson <tjh at openssl.org>
(cherry picked from commit 71f6130b7a96bacbffae4611796ed98c2f724d96)
-----------------------------------------------------------------------
Summary of changes:
crypto/ec/ec_lcl.h | 8 --------
1 file changed, 8 deletions(-)
diff --git a/crypto/ec/ec_lcl.h b/crypto/ec/ec_lcl.h
index 697eeb5..969fd14 100644
--- a/crypto/ec/ec_lcl.h
+++ b/crypto/ec/ec_lcl.h
@@ -459,14 +459,6 @@ int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r,
int ec_GF2m_precompute_mult(EC_GROUP *group, BN_CTX *ctx);
int ec_GF2m_have_precompute_mult(const EC_GROUP *group);
-/* method functions in ec2_mult.c */
-int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r,
- const BIGNUM *scalar, size_t num,
- const EC_POINT *points[], const BIGNUM *scalars[],
- BN_CTX *);
-int ec_GF2m_precompute_mult(EC_GROUP *group, BN_CTX *ctx);
-int ec_GF2m_have_precompute_mult(const EC_GROUP *group);
-
#ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
/* method functions in ecp_nistp224.c */
int ec_GFp_nistp224_group_init(EC_GROUP *group);
More information about the openssl-commits
mailing list