From a5d4a74e3447a1cbf336ae4e23ffe6ead0492501 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 5 Jul 2023 12:31:14 +0000 Subject: Merge ECDH code that will stay into ecdh.c --- src/lib/libcrypto/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index bf20491fbc..6e41dae162 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.134 2023/07/05 12:18:21 tb Exp $ +# $OpenBSD: Makefile,v 1.135 2023/07/05 12:31:14 tb Exp $ LIB= crypto LIBREBUILD=y @@ -351,9 +351,8 @@ SRCS+= ecp_smpl.c SRCS+= ecx_methods.c # ecdh/ -SRCS+= ecdh_kdf.c +SRCS+= ecdh.c SRCS+= ech_err.c -SRCS+= ech_key.c SRCS+= ech_lib.c # ecdsa/ -- cgit v1.2.3-55-g6feb