diff options
| author | tb <> | 2023-07-28 09:08:31 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-28 09:08:31 +0000 |
| commit | 8a9904a7f31aeb68336f4a9f6ba9e8ab8ecc7f11 (patch) | |
| tree | 9fbfcaf47aa3e6f663d8128e3944ef1c5715ad5f /src/lib/libcrypto/Makefile | |
| parent | 92f3766713986fcccdc079df784442dcfde4921c (diff) | |
| download | openbsd-8a9904a7f31aeb68336f4a9f6ba9e8ab8ecc7f11.tar.gz openbsd-8a9904a7f31aeb68336f4a9f6ba9e8ab8ecc7f11.tar.bz2 openbsd-8a9904a7f31aeb68336f4a9f6ba9e8ab8ecc7f11.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/Makefile | 4 |
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 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -357,7 +357,6 @@ SRCS+= ech_err.c | |||
| 357 | SRCS+= ech_lib.c | 357 | SRCS+= ech_lib.c |
| 358 | 358 | ||
| 359 | # ecdsa/ | 359 | # ecdsa/ |
| 360 | SRCS+= ecs_lib.c | ||
| 361 | SRCS+= ecdsa.c | 360 | SRCS+= ecdsa.c |
| 362 | 361 | ||
| 363 | # engine/ | 362 | # engine/ |
| @@ -380,7 +379,6 @@ SRCS+= tb_dh.c | |||
| 380 | SRCS+= tb_digest.c | 379 | SRCS+= tb_digest.c |
| 381 | SRCS+= tb_dsa.c | 380 | SRCS+= tb_dsa.c |
| 382 | SRCS+= tb_ecdh.c | 381 | SRCS+= tb_ecdh.c |
| 383 | SRCS+= tb_ecdsa.c | ||
| 384 | SRCS+= tb_eckey.c | 382 | SRCS+= tb_eckey.c |
| 385 | SRCS+= tb_pkmeth.c | 383 | SRCS+= tb_pkmeth.c |
| 386 | SRCS+= tb_rand.c | 384 | SRCS+= tb_rand.c |
