diff options
author | tb <> | 2022-05-06 07:39:21 +0000 |
---|---|---|
committer | tb <> | 2022-05-06 07:39:21 +0000 |
commit | 72945e451a6e030b0a21f595a93a9fb95b112ce9 (patch) | |
tree | 77965bb860cacf08f5784f4dff25bdda39957947 | |
parent | 1871aa8e6afbd9a5f9aec1e7bf132aebc5e8dd86 (diff) | |
download | openbsd-72945e451a6e030b0a21f595a93a9fb95b112ce9.tar.gz openbsd-72945e451a6e030b0a21f595a93a9fb95b112ce9.tar.bz2 openbsd-72945e451a6e030b0a21f595a93a9fb95b112ce9.zip |
Install EVP_PKEY_CTX_set_hkdf_md.3
-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 \ |