diff options
| author | schwarze <> | 2016-12-23 14:37:08 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-12-23 14:37:08 +0000 |
| commit | ecc1a96a4ea756a28768a463b46816210f6e9239 (patch) | |
| tree | ee11453cfcba3f639bbb770e6638a32d95fc4c3d /src/lib/libcrypto/man/Makefile | |
| parent | bc76fa2a8a413b36753822b9ee3e73b0ce5013e3 (diff) | |
| download | openbsd-ecc1a96a4ea756a28768a463b46816210f6e9239.tar.gz openbsd-ecc1a96a4ea756a28768a463b46816210f6e9239.tar.bz2 openbsd-ecc1a96a4ea756a28768a463b46816210f6e9239.zip | |
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 'src/lib/libcrypto/man/Makefile')
| -rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index f3910f74dd..97593fc86f 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.90 2016/12/23 00:40:16 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.91 2016/12/23 14:37:08 schwarze Exp $ |
| 2 | 2 | ||
| 3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
| 4 | 4 | ||
| @@ -11,6 +11,7 @@ MAN= \ | |||
| 11 | ASN1_TYPE_get.3 \ | 11 | ASN1_TYPE_get.3 \ |
| 12 | ASN1_generate_nconf.3 \ | 12 | ASN1_generate_nconf.3 \ |
| 13 | ASN1_time_parse.3 \ | 13 | ASN1_time_parse.3 \ |
| 14 | AUTHORITY_KEYID_new.3 \ | ||
| 14 | BF_set_key.3 \ | 15 | BF_set_key.3 \ |
| 15 | BIO_ctrl.3 \ | 16 | BIO_ctrl.3 \ |
| 16 | BIO_f_base64.3 \ | 17 | BIO_f_base64.3 \ |
