From: tb Date: Wed, 1 Mar 2023 11:28:30 +0000 (+0000) Subject: Link evp/cipher_method_lib.c to the build X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9fb10e5c48f6d6738f5df147b8e526c7ef4440ac;p=openbsd Link evp/cipher_method_lib.c to the build ok jsing --- diff --git a/lib/libcrypto/Makefile b/lib/libcrypto/Makefile index edd38b536a8..b9a251a1d97 100644 --- a/lib/libcrypto/Makefile +++ b/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