diff options
author | schwarze <> | 2016-12-23 22:21:40 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-23 22:21:40 +0000 |
commit | 08fcf28e41cd4bae2eb14becff5b2a423dac9ff0 (patch) | |
tree | 8b0e5005ff082fa61453f8bc4915c9006052127e /src/lib/libcrypto/man/Makefile | |
parent | e0c06737cba85ce74cbe5316674ab8afa7c2c46a (diff) | |
download | openbsd-08fcf28e41cd4bae2eb14becff5b2a423dac9ff0.tar.gz openbsd-08fcf28e41cd4bae2eb14becff5b2a423dac9ff0.tar.bz2 openbsd-08fcf28e41cd4bae2eb14becff5b2a423dac9ff0.zip |
Write ACCESS_DESCRIPTION_new(3) manual page from scratch.
All four 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 '')
-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 57122993b9..065a87b0ee 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,8 +1,9 @@ | |||
1 | # $OpenBSD: Makefile,v 1.96 2016/12/23 20:43:02 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.97 2016/12/23 22:21:40 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
5 | MAN= \ | 5 | MAN= \ |
6 | ACCESS_DESCRIPTION_new.3 \ | ||
6 | ASN1_OBJECT_new.3 \ | 7 | ASN1_OBJECT_new.3 \ |
7 | ASN1_STRING_length.3 \ | 8 | ASN1_STRING_length.3 \ |
8 | ASN1_STRING_new.3 \ | 9 | ASN1_STRING_new.3 \ |