summaryrefslogtreecommitdiff
path: root/lib/libcrypto/Makefile
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2023-12-29 06:56:39 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2023-12-29 06:56:39 +0000
commit60c8669268b7f446ce57f119fb650d232b37474d (patch)
treee379434e1a8e621ee2b49044f25702ba1569feb8 /lib/libcrypto/Makefile
parent0d1ad3051424bf9826adb7f4b5dca27da8c71376 (diff)
Merge the EVP_CIPHER_meth_* API into evp_cipher.c
Diffstat (limited to 'lib/libcrypto/Makefile')
-rw-r--r--lib/libcrypto/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile
index a1ea4b5343b..2a12e43a7cc 100644
--- a/lib/libcrypto/Makefile
+++ b/lib/libcrypto/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.161 2023/12/29 06:17:58 tb Exp $
+# $OpenBSD: Makefile,v 1.162 2023/12/29 06:56:38 tb Exp $
LIB= crypto
LIBREBUILD=y
@@ -349,7 +349,6 @@ SRCS+= bio_b64.c
SRCS+= bio_enc.c
SRCS+= bio_md.c
SRCS+= c_all.c
-SRCS+= cipher_method_lib.c
SRCS+= e_aes.c
SRCS+= e_aes_cbc_hmac_sha1.c
SRCS+= e_bf.c