diff options
author | Billy Brumley <bbrumley@gmail.com> | 2018-04-24 16:01:53 +0300 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2018-05-09 13:30:38 +0200 |
commit | a7b0b69c6e9fa172aeb1ac0ede5ef306315dd80c (patch) | |
tree | c7dbd34582c307c5f893d42d3d34ce43fc078516 /crypto/ec/build.info | |
parent | fe2d3975880e6a89702f18ec58881307bf862542 (diff) | |
download | openssl-new-a7b0b69c6e9fa172aeb1ac0ede5ef306315dd80c.tar.gz |
ECC: unify generic ec2 and ecp scalar multiplication, deprecate ec2_mult.c
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6070)
Diffstat (limited to 'crypto/ec/build.info')
-rw-r--r-- | crypto/ec/build.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/build.info b/crypto/ec/build.info index 1e7814f2c3..db506c52a8 100644 --- a/crypto/ec/build.info +++ b/crypto/ec/build.info @@ -2,7 +2,7 @@ LIBS=../../libcrypto SOURCE[../../libcrypto]=\ ec_lib.c ecp_smpl.c ecp_mont.c ecp_nist.c ec_cvt.c ec_mult.c \ ec_err.c ec_curve.c ec_check.c ec_print.c ec_asn1.c ec_key.c \ - ec2_smpl.c ec2_mult.c ec_ameth.c ec_pmeth.c eck_prn.c \ + ec2_smpl.c ec_ameth.c ec_pmeth.c eck_prn.c \ ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c \ ecp_oct.c ec2_oct.c ec_oct.c ec_kmeth.c ecdh_ossl.c ecdh_kdf.c \ ecdsa_ossl.c ecdsa_sign.c ecdsa_vrf.c curve25519.c ecx_meth.c \ |