summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2016-12-17 01:08:15 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2016-12-17 01:08:15 +0000
commit9dd9fb81887f8f003841cd73254d2b4ade415e00 (patch)
tree14dcfef4c97aafe956c9598307a2918a79f8c82a /lib/libcrypto/man/Makefile
parentdbdb59846cfc276896eb37125e3980a914c8250c (diff)
Write a new manual page X509_REQ_new(3) from scratch.
These four functions are listed in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. OpenSSL documentation specifies the wrong header file.
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 dccb082a02b..550b84104d6 100644
--- a/lib/libcrypto/man/Makefile
+++ b/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.82 2016/12/16 14:50:58 schwarze Exp $
+# $OpenBSD: Makefile,v 1.83 2016/12/17 01:08:14 schwarze Exp $
.include <bsd.own.mk>
@@ -188,6 +188,7 @@ MAN= \
X509_NAME_new.3 \
X509_NAME_print_ex.3 \
X509_PUBKEY_new.3 \
+ X509_REQ_new.3 \
X509_REVOKED_new.3 \
X509_STORE_CTX_get_error.3 \
X509_STORE_CTX_get_ex_new_index.3 \