From 5fdc6aff8969f405877cb212f681afded1f948e6 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Jul 2023 09:08:31 +0000 Subject: Remove ECDSA_METHOD After smtpd (in base) and libtls finally switched from ECDSA_METHOD to EC_KEY_METHOD, much of the ECDSA_METHOD code was neutered. Remove the remaining public API as well as numerous tentacles 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 64bdb97eef..5e6cd43138 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.140 2023/07/28 09:01:25 tb Exp $ +# $OpenBSD: Makefile,v 1.141 2023/07/28 09:08:31 tb Exp $ LIB= crypto LIBREBUILD=y @@ -357,7 +357,6 @@ SRCS+= ech_err.c SRCS+= ech_lib.c # ecdsa/ -SRCS+= ecs_lib.c SRCS+= ecdsa.c # engine/ @@ -380,7 +379,6 @@ SRCS+= tb_dh.c SRCS+= tb_digest.c SRCS+= tb_dsa.c SRCS+= tb_ecdh.c -SRCS+= tb_ecdsa.c SRCS+= tb_eckey.c SRCS+= tb_pkmeth.c SRCS+= tb_rand.c -- cgit v1.2.3-55-g6feb