From: tb Date: Thu, 16 Mar 2023 15:06:17 +0000 (+0000) Subject: Install EVP_CIPHER_meth_new.3 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=64234368a9783840084bb6314339819e9199fe24;p=openbsd Install EVP_CIPHER_meth_new.3 --- diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index f18336625d7..b6ea82f5559 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.242 2022/12/23 15:59:34 schwarze Exp $ +# $OpenBSD: Makefile,v 1.243 2023/03/16 15:06:17 tb Exp $ .include @@ -173,6 +173,7 @@ MAN= \ ESS_SIGNING_CERT_new.3 \ EVP_AEAD_CTX_init.3 \ EVP_BytesToKey.3 \ + EVP_CIPHER_meth_new.3 \ EVP_DigestInit.3 \ EVP_DigestSignInit.3 \ EVP_DigestVerifyInit.3 \