summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2023-07-28 09:19:59 +0000
committertb <>2023-07-28 09:19:59 +0000
commite5c3cb1fc9513740908e7dc235cee9871623b942 (patch)
tree864f69fe0f6bcf18c4f7aaff898c4cb5e8817f32 /src/lib/libcrypto/Makefile
parent255468492883aa8670b1cda7ae657482b4c57cf3 (diff)
downloadopenbsd-e5c3cb1fc9513740908e7dc235cee9871623b942.tar.gz
openbsd-e5c3cb1fc9513740908e7dc235cee9871623b942.tar.bz2
openbsd-e5c3cb1fc9513740908e7dc235cee9871623b942.zip
Remove ECDH errors
Much like the ECDSA errors, the ECDH errors have been unused for a while. Garbage collect them. 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 5e6cd43138..030efb14c1 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.141 2023/07/28 09:08:31 tb Exp $ 1# $OpenBSD: Makefile,v 1.142 2023/07/28 09:19:58 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -353,7 +353,6 @@ SRCS+= ecx_methods.c
353 353
354# ecdh/ 354# ecdh/
355SRCS+= ecdh.c 355SRCS+= ecdh.c
356SRCS+= ech_err.c
357SRCS+= ech_lib.c 356SRCS+= ech_lib.c
358 357
359# ecdsa/ 358# ecdsa/