From a90aeb58faecc32cf7d4158977677efa3db85477 Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Jul 2023 09:19:59 +0000 Subject: Remove ECDH errors Much like the ECDSA errors, the ECDH errors have been unused for a while. Garbage collect them. ok jsing --- src/lib/libcrypto/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libcrypto/Makefile') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 5e6cd43138..030efb14c1 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.141 2023/07/28 09:08:31 tb Exp $ +# $OpenBSD: Makefile,v 1.142 2023/07/28 09:19:58 tb Exp $ LIB= crypto LIBREBUILD=y @@ -353,7 +353,6 @@ SRCS+= ecx_methods.c # ecdh/ SRCS+= ecdh.c -SRCS+= ech_err.c SRCS+= ech_lib.c # ecdsa/ -- cgit v1.2.3-55-g6feb