summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-12-14 15:04:13 +0000
committerschwarze <>2016-12-14 15:04:13 +0000
commit94e8040f4ec3560df5a4f4f3ffa38f3916b008b1 (patch)
tree72ca30d93cc48f10b0ca4cd4258ef39658f1e1a9 /src/lib/libcrypto/man/Makefile
parentf0d3da679928efe24e4f87b2ef31f9d768c91689 (diff)
downloadopenbsd-94e8040f4ec3560df5a4f4f3ffa38f3916b008b1.tar.gz
openbsd-94e8040f4ec3560df5a4f4f3ffa38f3916b008b1.tar.bz2
openbsd-94e8040f4ec3560df5a4f4f3ffa38f3916b008b1.zip
Write X509_NAME_new(3) manual from scratch. Both functions are
listed in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. Note that the OpenSSL documentation specifies the wrong header file.
Diffstat (limited to 'src/lib/libcrypto/man/Makefile')
-rw-r--r--src/lib/libcrypto/man/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile
index 426b3c4c9b..59cf7e6bce 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.78 2016/12/14 02:03:50 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.79 2016/12/14 15:04:13 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -183,6 +183,7 @@ MAN= \
183 X509_NAME_ENTRY_get_object.3 \ 183 X509_NAME_ENTRY_get_object.3 \
184 X509_NAME_add_entry_by_txt.3 \ 184 X509_NAME_add_entry_by_txt.3 \
185 X509_NAME_get_index_by_NID.3 \ 185 X509_NAME_get_index_by_NID.3 \
186 X509_NAME_new.3 \
186 X509_NAME_print_ex.3 \ 187 X509_NAME_print_ex.3 \
187 X509_PUBKEY_new.3 \ 188 X509_PUBKEY_new.3 \
188 X509_STORE_CTX_get_error.3 \ 189 X509_STORE_CTX_get_error.3 \