diff options
author | tb <> | 2023-12-29 06:56:38 +0000 |
---|---|---|
committer | tb <> | 2023-12-29 06:56:38 +0000 |
commit | dcce5b53c436a7f7e89c09cb79d8512ee35e639d (patch) | |
tree | e7daccee053f837bd336e49300c0c146d03388a8 /src/lib/libcrypto/Makefile | |
parent | 0700355f46080e6b4362c7960fed662a918720ed (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -349,7 +349,6 @@ SRCS+= bio_b64.c | |||
349 | SRCS+= bio_enc.c | 349 | SRCS+= bio_enc.c |
350 | SRCS+= bio_md.c | 350 | SRCS+= bio_md.c |
351 | SRCS+= c_all.c | 351 | SRCS+= c_all.c |
352 | SRCS+= cipher_method_lib.c | ||
353 | SRCS+= e_aes.c | 352 | SRCS+= e_aes.c |
354 | SRCS+= e_aes_cbc_hmac_sha1.c | 353 | SRCS+= e_aes_cbc_hmac_sha1.c |
355 | SRCS+= e_bf.c | 354 | SRCS+= e_bf.c |