diff options
Diffstat (limited to '')
-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 1519b3daca..5d791d183e 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.295 2024/10/22 22:41:01 jsg Exp $ | 1 | # $OpenBSD: Makefile,v 1.296 2024/11/12 20:15:24 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -189,6 +189,7 @@ MAN= \ | |||
189 | EVP_PKEY_meth_get0_info.3 \ | 189 | EVP_PKEY_meth_get0_info.3 \ |
190 | EVP_PKEY_meth_new.3 \ | 190 | EVP_PKEY_meth_new.3 \ |
191 | EVP_PKEY_new.3 \ | 191 | EVP_PKEY_new.3 \ |
192 | EVP_PKEY_new_CMAC_key.3 \ | ||
192 | EVP_PKEY_print_private.3 \ | 193 | EVP_PKEY_print_private.3 \ |
193 | EVP_PKEY_set1_RSA.3 \ | 194 | EVP_PKEY_set1_RSA.3 \ |
194 | EVP_PKEY_sign.3 \ | 195 | EVP_PKEY_sign.3 \ |