From f15cd04d37436407bfd863b507fcd73ca66e3976 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Jul 2023 09:22:26 +0000 Subject: Excise ECDH_METHOD Unlike ECDSA_METHOD, this has been unused forever but kind of needed to stay for symmetry with ECDSA_METHOD. Now we can finally take it behind the barn and remove its tendrils into ENGINE. ok jsing --- src/lib/libcrypto/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 030efb14c1..5018157934 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.142 2023/07/28 09:19:58 tb Exp $ +# $OpenBSD: Makefile,v 1.143 2023/07/28 09:22:26 tb Exp $ LIB= crypto LIBREBUILD=y @@ -353,7 +353,6 @@ SRCS+= ecx_methods.c # ecdh/ SRCS+= ecdh.c -SRCS+= ech_lib.c # ecdsa/ SRCS+= ecdsa.c @@ -377,7 +376,6 @@ SRCS+= tb_cipher.c SRCS+= tb_dh.c SRCS+= tb_digest.c SRCS+= tb_dsa.c -SRCS+= tb_ecdh.c SRCS+= tb_eckey.c SRCS+= tb_pkmeth.c SRCS+= tb_rand.c -- cgit v1.2.3-55-g6feb