diff options
-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 a406bc5604..3bb9348af2 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.287 2024/05/12 11:50:36 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.288 2024/07/10 08:51:28 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -176,6 +176,7 @@ MAN= \ | |||
176 | EVP_PKEY_CTX_get_operation.3 \ | 176 | EVP_PKEY_CTX_get_operation.3 \ |
177 | EVP_PKEY_CTX_new.3 \ | 177 | EVP_PKEY_CTX_new.3 \ |
178 | EVP_PKEY_CTX_set_hkdf_md.3 \ | 178 | EVP_PKEY_CTX_set_hkdf_md.3 \ |
179 | EVP_PKEY_CTX_set_tls1_prf_md.3 \ | ||
179 | EVP_PKEY_add1_attr.3 \ | 180 | EVP_PKEY_add1_attr.3 \ |
180 | EVP_PKEY_asn1_get_count.3 \ | 181 | EVP_PKEY_asn1_get_count.3 \ |
181 | EVP_PKEY_asn1_new.3 \ | 182 | EVP_PKEY_asn1_new.3 \ |