summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2021-10-19 10:55:58 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2021-10-19 10:55:58 +0000
commit26fbcc047f693ddaab6c26df3241be73146c18cd (patch)
tree436206baff223f4d35d81060d83ee87f2ab600ed /lib
parent4ebd1214f4c0580239222d841be54ed23614e785 (diff)
install X509_PKEY_new(3)
Diffstat (limited to 'lib')
-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 3b13fc912ad..907ae2d9889 100644
--- a/lib/libcrypto/man/Makefile
+++ b/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.191 2021/10/18 14:46:37 schwarze Exp $
+# $OpenBSD: Makefile,v 1.192 2021/10/19 10:55:57 schwarze Exp $
.include <bsd.own.mk>
@@ -292,6 +292,7 @@ MAN= \
X509_NAME_new.3 \
X509_NAME_print_ex.3 \
X509_OBJECT_get0_X509.3 \
+ X509_PKEY_new.3 \
X509_PUBKEY_new.3 \
X509_PURPOSE_set.3 \
X509_REQ_new.3 \