diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-08 20:13:14 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-08 20:13:14 +0000 |
commit | 5d6b62efb42efe6057ce6b4146c697effb85e24c (patch) | |
tree | 5f0e62416bc8ba10afb68e734998359ae9184b65 | |
parent | 0b6b2c0322a0b52781d7466cf9584dda5d657177 (diff) |
link EVP_MD_meth_new.3 to build
-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 abefb79c1f2..3da30a51e56 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.251 2023/05/01 07:28:11 tb Exp $ +# $OpenBSD: Makefile,v 1.252 2023/07/08 20:13:13 tb Exp $ .include <bsd.own.mk> @@ -174,6 +174,7 @@ MAN= \ EVP_DigestVerifyInit.3 \ EVP_EncodeInit.3 \ EVP_EncryptInit.3 \ + EVP_MD_meth_new.3 \ EVP_OpenInit.3 \ EVP_PKCS82PKEY.3 \ EVP_PKEY_CTX_ctrl.3 \ |