diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-03-16 15:06:18 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-03-16 15:06:18 +0000 |
commit | 687c507bac21c17316852db33ebddb05296f2e38 (patch) | |
tree | 1d47e194b14fff37e7c71adde113be91b8eb92d1 /lib | |
parent | ac61c867ed41d756f4643625b910ad6328335d2b (diff) |
Install EVP_CIPHER_meth_new.3
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <bsd.own.mk> @@ -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 \ |