diff options
| author | tb <> | 2024-03-02 10:13:13 +0000 |
|---|---|---|
| committer | tb <> | 2024-03-02 10:13:13 +0000 |
| commit | feacafd961cf1e2403e9dcb6c3f6a0722730e87d (patch) | |
| tree | 7c88586c01b489d8d1d146f3e29fe0056bdd8436 /src/lib/libcrypto/Makefile | |
| parent | 6952f7a4dea03a42ca5c0da4f3344dd7ddaf041e (diff) | |
| download | openbsd-feacafd961cf1e2403e9dcb6c3f6a0722730e87d.tar.gz openbsd-feacafd961cf1e2403e9dcb6c3f6a0722730e87d.tar.bz2 openbsd-feacafd961cf1e2403e9dcb6c3f6a0722730e87d.zip | |
Remove RC4-HMAC-MD5 and AES-{128,256}-CBC-HMAC-SHA-1
"Stitched" mode AEADs were removed from libssl a long time ago. Nothing
uses these CIPHERs anymore.
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 b7fb2d0ff7..457ff381c4 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.169 2024/03/02 10:03:12 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.170 2024/03/02 10:13:12 tb Exp $ |
| 2 | 2 | ||
| 3 | LIB= crypto | 3 | LIB= crypto |
| 4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
| @@ -348,7 +348,6 @@ SRCS+= bio_b64.c | |||
| 348 | SRCS+= bio_enc.c | 348 | SRCS+= bio_enc.c |
| 349 | SRCS+= bio_md.c | 349 | SRCS+= bio_md.c |
| 350 | SRCS+= e_aes.c | 350 | SRCS+= e_aes.c |
| 351 | SRCS+= e_aes_cbc_hmac_sha1.c | ||
| 352 | SRCS+= e_bf.c | 351 | SRCS+= e_bf.c |
| 353 | SRCS+= e_camellia.c | 352 | SRCS+= e_camellia.c |
| 354 | SRCS+= e_cast.c | 353 | SRCS+= e_cast.c |
| @@ -361,7 +360,6 @@ SRCS+= e_idea.c | |||
| 361 | SRCS+= e_null.c | 360 | SRCS+= e_null.c |
| 362 | SRCS+= e_rc2.c | 361 | SRCS+= e_rc2.c |
| 363 | SRCS+= e_rc4.c | 362 | SRCS+= e_rc4.c |
| 364 | SRCS+= e_rc4_hmac_md5.c | ||
| 365 | SRCS+= e_sm4.c | 363 | SRCS+= e_sm4.c |
| 366 | SRCS+= e_xcbc_d.c | 364 | SRCS+= e_xcbc_d.c |
| 367 | SRCS+= evp_aead.c | 365 | SRCS+= evp_aead.c |
