summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2023-07-28 09:01:25 +0000
committertb <>2023-07-28 09:01:25 +0000
commit92f3766713986fcccdc079df784442dcfde4921c (patch)
treed1cbf4b2ff221548fc0009d89f5f244c90d8a78e /src/lib/libcrypto/Makefile
parente9620d02140d013d9a99c424c98a0b4840e3d18f (diff)
downloadopenbsd-92f3766713986fcccdc079df784442dcfde4921c.tar.gz
openbsd-92f3766713986fcccdc079df784442dcfde4921c.tar.bz2
openbsd-92f3766713986fcccdc079df784442dcfde4921c.zip
Remove ecs_err.c
These error codes have been unused for a while, so the public API loading them is pointless. ok jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
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 @@
1# $OpenBSD: Makefile,v 1.139 2023/07/21 09:04:23 tb Exp $ 1# $OpenBSD: Makefile,v 1.140 2023/07/28 09:01:25 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -357,7 +357,6 @@ SRCS+= ech_err.c
357SRCS+= ech_lib.c 357SRCS+= ech_lib.c
358 358
359# ecdsa/ 359# ecdsa/
360SRCS+= ecs_err.c
361SRCS+= ecs_lib.c 360SRCS+= ecs_lib.c
362SRCS+= ecdsa.c 361SRCS+= ecdsa.c
363 362