diff options
author | tb <> | 2023-07-28 09:22:26 +0000 |
---|---|---|
committer | tb <> | 2023-07-28 09:22:26 +0000 |
commit | f15cd04d37436407bfd863b507fcd73ca66e3976 (patch) | |
tree | 4eb57ae2fdd0f6dff20d00655e0d117dcf61415d /src/lib/libcrypto/Makefile | |
parent | e5c3cb1fc9513740908e7dc235cee9871623b942 (diff) | |
download | openbsd-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/Makefile | 4 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -353,7 +353,6 @@ SRCS+= ecx_methods.c | |||
353 | 353 | ||
354 | # ecdh/ | 354 | # ecdh/ |
355 | SRCS+= ecdh.c | 355 | SRCS+= ecdh.c |
356 | SRCS+= ech_lib.c | ||
357 | 356 | ||
358 | # ecdsa/ | 357 | # ecdsa/ |
359 | SRCS+= ecdsa.c | 358 | SRCS+= ecdsa.c |
@@ -377,7 +376,6 @@ SRCS+= tb_cipher.c | |||
377 | SRCS+= tb_dh.c | 376 | SRCS+= tb_dh.c |
378 | SRCS+= tb_digest.c | 377 | SRCS+= tb_digest.c |
379 | SRCS+= tb_dsa.c | 378 | SRCS+= tb_dsa.c |
380 | SRCS+= tb_ecdh.c | ||
381 | SRCS+= tb_eckey.c | 379 | SRCS+= tb_eckey.c |
382 | SRCS+= tb_pkmeth.c | 380 | SRCS+= tb_pkmeth.c |
383 | SRCS+= tb_rand.c | 381 | SRCS+= tb_rand.c |