summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2023-07-28 09:08:31 +0000
committertb <>2023-07-28 09:08:31 +0000
commit5fdc6aff8969f405877cb212f681afded1f948e6 (patch)
tree9fbfcaf47aa3e6f663d8128e3944ef1c5715ad5f /src/lib/libcrypto/Makefile
parent4b0019a4c482019d6ceec85774d0379f5d4f7009 (diff)
downloadopenbsd-5fdc6aff8969f405877cb212f681afded1f948e6.tar.gz
openbsd-5fdc6aff8969f405877cb212f681afded1f948e6.tar.bz2
openbsd-5fdc6aff8969f405877cb212f681afded1f948e6.zip
Remove ECDSA_METHOD
After smtpd (in base) and libtls finally switched from ECDSA_METHOD to EC_KEY_METHOD, much of the ECDSA_METHOD code was neutered. Remove the remaining public API as well as numerous tentacles 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 64bdb97eef..5e6cd43138 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.140 2023/07/28 09:01:25 tb Exp $ 1# $OpenBSD: Makefile,v 1.141 2023/07/28 09:08:31 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_lib.c
361SRCS+= ecdsa.c 360SRCS+= ecdsa.c
362 361
363# engine/ 362# engine/
@@ -380,7 +379,6 @@ SRCS+= tb_dh.c
380SRCS+= tb_digest.c 379SRCS+= tb_digest.c
381SRCS+= tb_dsa.c 380SRCS+= tb_dsa.c
382SRCS+= tb_ecdh.c 381SRCS+= tb_ecdh.c
383SRCS+= tb_ecdsa.c
384SRCS+= tb_eckey.c 382SRCS+= tb_eckey.c
385SRCS+= tb_pkmeth.c 383SRCS+= tb_pkmeth.c
386SRCS+= tb_rand.c 384SRCS+= tb_rand.c