diff options
author | jsing <> | 2019-09-05 16:16:05 +0000 |
---|---|---|
committer | jsing <> | 2019-09-05 16:16:05 +0000 |
commit | 7fc213445e27af751f30dc8524866d6de68cda09 (patch) | |
tree | a50c442076c75287756b69c0944550a8f5cc7e45 /src | |
parent | 4be62f72d4755d91da1c0d369831f10bbea5e459 (diff) | |
download | openbsd-7fc213445e27af751f30dc8524866d6de68cda09.tar.gz openbsd-7fc213445e27af751f30dc8524866d6de68cda09.tar.bz2 openbsd-7fc213445e27af751f30dc8524866d6de68cda09.zip |
Build ecdh_kdf.c
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 5d81193d80..fe9e3774f8 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.33 2019/03/17 17:42:37 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.34 2019/09/05 16:16:05 jsing Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -134,7 +134,7 @@ SRCS+= ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c | |||
134 | SRCS+= ecp_oct.c ec2_oct.c ec_oct.c | 134 | SRCS+= ecp_oct.c ec2_oct.c ec_oct.c |
135 | 135 | ||
136 | # ecdh/ | 136 | # ecdh/ |
137 | SRCS+= ech_lib.c ech_key.c ech_err.c | 137 | SRCS+= ech_lib.c ech_key.c ech_err.c ecdh_kdf.c |
138 | 138 | ||
139 | # ecdsa/ | 139 | # ecdsa/ |
140 | SRCS+= ecs_lib.c ecs_asn1.c ecs_ossl.c ecs_sign.c ecs_vrf.c ecs_err.c | 140 | SRCS+= ecs_lib.c ecs_asn1.c ecs_ossl.c ecs_sign.c ecs_vrf.c ecs_err.c |