diff options
| author | schwarze <> | 2016-12-23 14:37:08 +0000 |
|---|---|---|
| committer | schwarze <> | 2016-12-23 14:37:08 +0000 |
| commit | d7d3156ec6e0faa7aede1390fe5fc2045e88aeba (patch) | |
| tree | ee11453cfcba3f639bbb770e6638a32d95fc4c3d /src/lib/libcrypto/man/Makefile | |
| parent | 90a7aa2ff044fe6baf4d8ab0d2a425c9c37613e8 (diff) | |
| download | openbsd-d7d3156ec6e0faa7aede1390fe5fc2045e88aeba.tar.gz openbsd-d7d3156ec6e0faa7aede1390fe5fc2045e88aeba.tar.bz2 openbsd-d7d3156ec6e0faa7aede1390fe5fc2045e88aeba.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 \ |
