diff options
Diffstat (limited to 'src/lib')
-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 780e8d6256..71c7fa06fc 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.232 2022/01/12 17:54:51 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.233 2022/05/06 07:39:21 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -174,6 +174,7 @@ MAN= \ | |||
174 | EVP_PKCS82PKEY.3 \ | 174 | EVP_PKCS82PKEY.3 \ |
175 | EVP_PKEY_CTX_ctrl.3 \ | 175 | EVP_PKEY_CTX_ctrl.3 \ |
176 | EVP_PKEY_CTX_new.3 \ | 176 | EVP_PKEY_CTX_new.3 \ |
177 | EVP_PKEY_CTX_set_hkdf_md.3 \ | ||
177 | EVP_PKEY_add1_attr.3 \ | 178 | EVP_PKEY_add1_attr.3 \ |
178 | EVP_PKEY_asn1_get_count.3 \ | 179 | EVP_PKEY_asn1_get_count.3 \ |
179 | EVP_PKEY_asn1_new.3 \ | 180 | EVP_PKEY_asn1_new.3 \ |