summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authortb <>2023-12-29 06:56:38 +0000
committertb <>2023-12-29 06:56:38 +0000
commitdcce5b53c436a7f7e89c09cb79d8512ee35e639d (patch)
treee7daccee053f837bd336e49300c0c146d03388a8 /src/lib/libcrypto/Makefile
parent0700355f46080e6b4362c7960fed662a918720ed (diff)
downloadopenbsd-dcce5b53c436a7f7e89c09cb79d8512ee35e639d.tar.gz
openbsd-dcce5b53c436a7f7e89c09cb79d8512ee35e639d.tar.bz2
openbsd-dcce5b53c436a7f7e89c09cb79d8512ee35e639d.zip
Merge the EVP_CIPHER_meth_* API into evp_cipher.c
Diffstat (limited to 'src/lib/libcrypto/Makefile')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile
index a1ea4b5343..2a12e43a7c 100644
--- a/src/lib/libcrypto/Makefile
+++ b/src/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.161 2023/12/29 06:17:58 tb Exp $ 1# $OpenBSD: Makefile,v 1.162 2023/12/29 06:56:38 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -349,7 +349,6 @@ SRCS+= bio_b64.c
349SRCS+= bio_enc.c 349SRCS+= bio_enc.c
350SRCS+= bio_md.c 350SRCS+= bio_md.c
351SRCS+= c_all.c 351SRCS+= c_all.c
352SRCS+= cipher_method_lib.c
353SRCS+= e_aes.c 352SRCS+= e_aes.c
354SRCS+= e_aes_cbc_hmac_sha1.c 353SRCS+= e_aes_cbc_hmac_sha1.c
355SRCS+= e_bf.c 354SRCS+= e_bf.c