summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/Makefile
diff options
context:
space:
mode:
authorschwarze <>2016-12-17 14:51:09 +0000
committerschwarze <>2016-12-17 14:51:09 +0000
commitf974ae969e821bbb92a8714ed0e77cf33487a2a8 (patch)
treea7e2a8bd34df838263152f958dd1f6c937f358d4 /src/lib/libcrypto/man/Makefile
parentb941a634e73204105b5df9d896333979d3c4a73f (diff)
downloadopenbsd-f974ae969e821bbb92a8714ed0e77cf33487a2a8.tar.gz
openbsd-f974ae969e821bbb92a8714ed0e77cf33487a2a8.tar.bz2
openbsd-f974ae969e821bbb92a8714ed0e77cf33487a2a8.zip
Write new X509_ATTRIBUTE(3) manual page from scratch.
Both functions are listed in <openssl/x509.h> and in OpenSSL doc/man3/X509_dup.pod. OpenSSL documentation specifies the wrong header file. The design and use of this data type feels horrific. If you understand PKCS#8 or PKCS#10 and can explain why this was designed as it is, your contribution to this manual page is welcome.
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 550b84104d..00460281c0 100644
--- a/src/lib/libcrypto/man/Makefile
+++ b/src/lib/libcrypto/man/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.83 2016/12/17 01:08:14 schwarze Exp $ 1# $OpenBSD: Makefile,v 1.84 2016/12/17 14:51:09 schwarze Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
@@ -177,6 +177,7 @@ MAN= \
177 UI_new.3 \ 177 UI_new.3 \
178 X509V3_get_d2i.3 \ 178 X509V3_get_d2i.3 \
179 X509_ALGOR_dup.3 \ 179 X509_ALGOR_dup.3 \
180 X509_ATTRIBUTE_new.3 \
180 X509_CINF_new.3 \ 181 X509_CINF_new.3 \
181 X509_CRL_get0_by_serial.3 \ 182 X509_CRL_get0_by_serial.3 \
182 X509_CRL_new.3 \ 183 X509_CRL_new.3 \