diff options
author | tb <> | 2024-03-02 10:13:13 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 10:13:13 +0000 |
commit | d7a8734f3bc8f273ccc2d8c7425ebf2f744118af (patch) | |
tree | 7c88586c01b489d8d1d146f3e29fe0056bdd8436 /src/lib/libcrypto/Makefile | |
parent | bb2222e671a46a72a1bbbf44ad27a1183debd4a0 (diff) | |
download | openbsd-d7a8734f3bc8f273ccc2d8c7425ebf2f744118af.tar.gz openbsd-d7a8734f3bc8f273ccc2d8c7425ebf2f744118af.tar.bz2 openbsd-d7a8734f3bc8f273ccc2d8c7425ebf2f744118af.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 |