diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2016-08-11 15:49:07 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2016-08-13 14:11:05 +0100 |
commit | bc7bfb83b7189c052bf2898bd6b82f8e4b4fd3f6 (patch) | |
tree | d2f72f3ab960d7d1933f641a0dd16f42a429e18d /crypto/ec/build.info | |
parent | ec24630ae2b714d6e22fbfa4695aa8f8adef1828 (diff) | |
download | openssl-new-bc7bfb83b7189c052bf2898bd6b82f8e4b4fd3f6.tar.gz |
Remove old EC based X25519 code.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/ec/build.info')
-rw-r--r-- | crypto/ec/build.info | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/ec/build.info b/crypto/ec/build.info index 061e094162..970c2922cc 100644 --- a/crypto/ec/build.info +++ b/crypto/ec/build.info @@ -5,8 +5,7 @@ SOURCE[../../libcrypto]=\ ec2_smpl.c ec2_mult.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 ec_25519.c curve25519.c \ - ecx_meth.c \ + ecdsa_ossl.c ecdsa_sign.c ecdsa_vrf.c curve25519.c ecx_meth.c \ {- $target{ec_asm_src} -} GENERATE[ecp_nistz256-x86.s]=asm/ecp_nistz256-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(LIB_CFLAGS) $(PROCESSOR) |