diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-24 01:00:49 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-24 01:00:49 +0000 |
commit | 8480f3a6e6f79d9bb81cd1f1bd3af24311ea9a13 (patch) | |
tree | c489e633d05978749fd9758b81a3b557bebd68f1 /lib/libcrypto/man/Makefile | |
parent | 88eb280da70df6eb34a3db6a66a634ebcd852d56 (diff) |
Write new SXNET_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.
I consider the quotation from
http://www-03.ibm.com/security/library/wp_pki0730.shtml
fair use because
(1) it is a very brief extract from a long text,
(2) no other source of information is available,
(3) it is quoted for the purpose of education and research,
(4) republishing happens in a not-for-profit context.
I'm not including the URI into the manual page because large corporate
websites are notorious for changing URIs during each spring cleaning.
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 191f3f2882d..7d013ab44b6 100644 --- a/lib/libcrypto/man/Makefile +++ b/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.99 2016/12/23 23:50:04 schwarze Exp $ +# $OpenBSD: Makefile,v 1.100 2016/12/24 01:00:48 schwarze Exp $ .include <bsd.own.mk> @@ -186,6 +186,7 @@ MAN= \ SHA1.3 \ SMIME_read_PKCS7.3 \ SMIME_write_PKCS7.3 \ + SXNET_new.3 \ TS_REQ_new.3 \ UI_new.3 \ X509V3_get_d2i.3 \ |