summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2023-09-09 14:39:10 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2023-09-09 14:39:10 +0000
commitecd90bc9d6d5395a608d8fc99a8b7b40aee3a458 (patch)
tree22f80e3dae9e59bb1ee511e4a4fbabe768c21022 /lib/libcrypto/man/Makefile
parent43b723cf1d52777702bb0572bd29f3b2eca50a99 (diff)
new manual page EVP_PKEY_CTX_get_operation(3),
also documenting EVP_PKEY_CTX_get0_pkey(3)
Diffstat (limited to 'lib/libcrypto/man/Makefile')
-rw-r--r--lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile
index c7a79fa7b6f..ec8d3fe191f 100644
--- a/lib/libcrypto/man/Makefile
+++ b/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.267 2023/09/07 14:22:11 schwarze Exp $
+# $OpenBSD: Makefile,v 1.268 2023/09/09 14:39:09 schwarze Exp $
.include <bsd.own.mk>
@@ -181,6 +181,7 @@ MAN= \
EVP_OpenInit.3 \
EVP_PKCS82PKEY.3 \
EVP_PKEY_CTX_ctrl.3 \
+ EVP_PKEY_CTX_get_operation.3 \
EVP_PKEY_CTX_new.3 \
EVP_PKEY_CTX_set_hkdf_md.3 \
EVP_PKEY_add1_attr.3 \