diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libcrypto/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index edd38b536a..b9a251a1d9 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.98 2023/02/13 09:21:35 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.99 2023/03/01 11:28:30 tb Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -414,6 +414,7 @@ SRCS+= bio_b64.c | |||
414 | SRCS+= bio_enc.c | 414 | SRCS+= bio_enc.c |
415 | SRCS+= bio_md.c | 415 | SRCS+= bio_md.c |
416 | SRCS+= c_all.c | 416 | SRCS+= c_all.c |
417 | SRCS+= cipher_method_lib.c | ||
417 | SRCS+= digest.c | 418 | SRCS+= digest.c |
418 | SRCS+= e_aes.c | 419 | SRCS+= e_aes.c |
419 | SRCS+= e_aes_cbc_hmac_sha1.c | 420 | SRCS+= e_aes_cbc_hmac_sha1.c |