diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index abefb79c1f..3da30a51e5 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.251 2023/05/01 07:28:11 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.252 2023/07/08 20:13:13 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -174,6 +174,7 @@ MAN= \ | |||
174 | EVP_DigestVerifyInit.3 \ | 174 | EVP_DigestVerifyInit.3 \ |
175 | EVP_EncodeInit.3 \ | 175 | EVP_EncodeInit.3 \ |
176 | EVP_EncryptInit.3 \ | 176 | EVP_EncryptInit.3 \ |
177 | EVP_MD_meth_new.3 \ | ||
177 | EVP_OpenInit.3 \ | 178 | EVP_OpenInit.3 \ |
178 | EVP_PKCS82PKEY.3 \ | 179 | EVP_PKCS82PKEY.3 \ |
179 | EVP_PKEY_CTX_ctrl.3 \ | 180 | EVP_PKEY_CTX_ctrl.3 \ |