From f974ae969e821bbb92a8714ed0e77cf33487a2a8 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 17 Dec 2016 14:51:09 +0000 Subject: Write new X509_ATTRIBUTE(3) manual page from scratch. Both functions are listed in 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. --- src/lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.83 2016/12/17 01:08:14 schwarze Exp $ +# $OpenBSD: Makefile,v 1.84 2016/12/17 14:51:09 schwarze Exp $ .include @@ -177,6 +177,7 @@ MAN= \ UI_new.3 \ X509V3_get_d2i.3 \ X509_ALGOR_dup.3 \ + X509_ATTRIBUTE_new.3 \ X509_CINF_new.3 \ X509_CRL_get0_by_serial.3 \ X509_CRL_new.3 \ -- cgit v1.2.3-55-g6feb