summaryrefslogtreecommitdiffstats
path: root/crypto/ec/build.info
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-03-18 09:25:33 +1000
committerPauli <paul.dale@oracle.com>2020-04-17 19:51:37 +1000
commit43cd37014ef4433ae8e82ba64bddc42cf0bd618a (patch)
treebced2c75951e842e5e04bf16a8481a029c4d5f81 /crypto/ec/build.info
parent1ee1e551148d963b566a69c2e6e9a583646112fc (diff)
ecx: add key generation support.
Specifically for x25519, x448, ed25519 and ed448. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11371)
Diffstat (limited to 'crypto/ec/build.info')
-rw-r--r--crypto/ec/build.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/build.info b/crypto/ec/build.info
index a802beaa68..ee42d8d89a 100644
--- a/crypto/ec/build.info
+++ b/crypto/ec/build.info
@@ -44,7 +44,7 @@ IF[{- !$disabled{asm} -}]
ENDIF
$COMMON=ec_lib.c ecp_smpl.c ecp_mont.c ecp_nist.c ec_cvt.c ec_mult.c \
- ec_curve.c ec_check.c ec_print.c ec_key.c ec_asn1.c \
+ ec_curve.c ec_check.c ec_print.c ec_key.c ecx_key.c ec_asn1.c \
ec2_smpl.c \
ecp_oct.c ec2_oct.c ec_oct.c ec_kmeth.c ecdh_ossl.c \
ecdsa_ossl.c ecdsa_sign.c ecdsa_vrf.c curve25519.c \