summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2024-03-02 10:13:13 +0000
committertb <>2024-03-02 10:13:13 +0000
commitd7a8734f3bc8f273ccc2d8c7425ebf2f744118af (patch)
tree7c88586c01b489d8d1d146f3e29fe0056bdd8436 /src/lib/libcrypto/Makefile
parentbb2222e671a46a72a1bbbf44ad27a1183debd4a0 (diff)
downloadopenbsd-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/Makefile4
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
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -348,7 +348,6 @@ SRCS+= bio_b64.c
348SRCS+= bio_enc.c 348SRCS+= bio_enc.c
349SRCS+= bio_md.c 349SRCS+= bio_md.c
350SRCS+= e_aes.c 350SRCS+= e_aes.c
351SRCS+= e_aes_cbc_hmac_sha1.c
352SRCS+= e_bf.c 351SRCS+= e_bf.c
353SRCS+= e_camellia.c 352SRCS+= e_camellia.c
354SRCS+= e_cast.c 353SRCS+= e_cast.c
@@ -361,7 +360,6 @@ SRCS+= e_idea.c
361SRCS+= e_null.c 360SRCS+= e_null.c
362SRCS+= e_rc2.c 361SRCS+= e_rc2.c
363SRCS+= e_rc4.c 362SRCS+= e_rc4.c
364SRCS+= e_rc4_hmac_md5.c
365SRCS+= e_sm4.c 363SRCS+= e_sm4.c
366SRCS+= e_xcbc_d.c 364SRCS+= e_xcbc_d.c
367SRCS+= evp_aead.c 365SRCS+= evp_aead.c