summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2023-07-28 09:22:26 +0000
committertb <>2023-07-28 09:22:26 +0000
commitf15cd04d37436407bfd863b507fcd73ca66e3976 (patch)
tree4eb57ae2fdd0f6dff20d00655e0d117dcf61415d /src/lib/libcrypto/Makefile
parente5c3cb1fc9513740908e7dc235cee9871623b942 (diff)
downloadopenbsd-f15cd04d37436407bfd863b507fcd73ca66e3976.tar.gz
openbsd-f15cd04d37436407bfd863b507fcd73ca66e3976.tar.bz2
openbsd-f15cd04d37436407bfd863b507fcd73ca66e3976.zip
Excise ECDH_METHOD
Unlike ECDSA_METHOD, this has been unused forever but kind of needed to stay for symmetry with ECDSA_METHOD. Now we can finally take it behind the barn and remove its tendrils into ENGINE. ok jsing
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index 030efb14c1..5018157934 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.142 2023/07/28 09:19:58 tb Exp $ 1# $OpenBSD: Makefile,v 1.143 2023/07/28 09:22:26 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_lib.c
357 356
358# ecdsa/ 357# ecdsa/
359SRCS+= ecdsa.c 358SRCS+= ecdsa.c
@@ -377,7 +376,6 @@ SRCS+= tb_cipher.c
377SRCS+= tb_dh.c 376SRCS+= tb_dh.c
378SRCS+= tb_digest.c 377SRCS+= tb_digest.c
379SRCS+= tb_dsa.c 378SRCS+= tb_dsa.c
380SRCS+= tb_ecdh.c
381SRCS+= tb_eckey.c 379SRCS+= tb_eckey.c
382SRCS+= tb_pkmeth.c 380SRCS+= tb_pkmeth.c
383SRCS+= tb_rand.c 381SRCS+= tb_rand.c