From 92f3766713986fcccdc079df784442dcfde4921c Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 28 Jul 2023 09:01:25 +0000 Subject: Remove ecs_err.c These error codes have been unused for a while, so the public API loading them is pointless. 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 b9cb2eddce..64bdb97eef 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.139 2023/07/21 09:04:23 tb Exp $ +# $OpenBSD: Makefile,v 1.140 2023/07/28 09:01:25 tb Exp $ LIB= crypto LIBREBUILD=y @@ -357,7 +357,6 @@ SRCS+= ech_err.c SRCS+= ech_lib.c # ecdsa/ -SRCS+= ecs_err.c SRCS+= ecs_lib.c SRCS+= ecdsa.c -- cgit v1.2.3-55-g6feb