From 7fc213445e27af751f30dc8524866d6de68cda09 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 5 Sep 2019 16:16:05 +0000 Subject: Build ecdh_kdf.c --- src/lib/libcrypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') 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 @@ -# $OpenBSD: Makefile,v 1.33 2019/03/17 17:42:37 tb Exp $ +# $OpenBSD: Makefile,v 1.34 2019/09/05 16:16:05 jsing Exp $ LIB= crypto LIBREBUILD=y @@ -134,7 +134,7 @@ SRCS+= ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c ecp_nistputil.c SRCS+= ecp_oct.c ec2_oct.c ec_oct.c # ecdh/ -SRCS+= ech_lib.c ech_key.c ech_err.c +SRCS+= ech_lib.c ech_key.c ech_err.c ecdh_kdf.c # ecdsa/ SRCS+= ecs_lib.c ecs_asn1.c ecs_ossl.c ecs_sign.c ecs_vrf.c ecs_err.c -- cgit v1.2.3-55-g6feb