From eb76b99474da7e6caa4ed0f968fef50170b04110 Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 1 Mar 2023 11:28:30 +0000 Subject: Link evp/cipher_method_lib.c to the build ok jsing --- src/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib') 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 @@ -# $OpenBSD: Makefile,v 1.98 2023/02/13 09:21:35 tb Exp $ +# $OpenBSD: Makefile,v 1.99 2023/03/01 11:28:30 tb Exp $ LIB= crypto LIBREBUILD=y @@ -414,6 +414,7 @@ SRCS+= bio_b64.c SRCS+= bio_enc.c SRCS+= bio_md.c SRCS+= c_all.c +SRCS+= cipher_method_lib.c SRCS+= digest.c SRCS+= e_aes.c SRCS+= e_aes_cbc_hmac_sha1.c -- cgit v1.2.3-55-g6feb