diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-23 14:37:09 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-23 14:37:09 +0000 |
commit | b40824376ef84b57c4739df908bb961a8e7aecef (patch) | |
tree | 994be5627af8c90392157797f47bdc0510a65c7b /lib/libcrypto/man/Makefile | |
parent | 924ad2f214adfdd71b449429c33eea7ee3937181 (diff) |
Write new AUTHORITY_KEYID_new(3) manual page from scratch.
Both functions are listed in <openssl/x509v3.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/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/man/Makefile b/lib/libcrypto/man/Makefile index f3910f74dd3..97593fc86f7 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.90 2016/12/23 00:40:16 schwarze Exp $ +# $OpenBSD: Makefile,v 1.91 2016/12/23 14:37:08 schwarze Exp $ .include <bsd.own.mk> @@ -11,6 +11,7 @@ MAN= \ ASN1_TYPE_get.3 \ ASN1_generate_nconf.3 \ ASN1_time_parse.3 \ + AUTHORITY_KEYID_new.3 \ BF_set_key.3 \ BIO_ctrl.3 \ BIO_f_base64.3 \ |