diff options
author | schwarze <> | 2016-12-23 00:40:16 +0000 |
---|---|---|
committer | schwarze <> | 2016-12-23 00:40:16 +0000 |
commit | f188f6bd44b2c5213baa9288812e40d6480ca387 (patch) | |
tree | 4001df8589312693e4336ca2a61622373c6a2e85 /src/lib/libcrypto/man/Makefile | |
parent | 867da3b40474288c6085c1151107759b20ce4d9e (diff) | |
download | openbsd-f188f6bd44b2c5213baa9288812e40d6480ca387.tar.gz openbsd-f188f6bd44b2c5213baa9288812e40d6480ca387.tar.bz2 openbsd-f188f6bd44b2c5213baa9288812e40d6480ca387.zip |
Write GENERAL_NAME_new(3) manual page from scratch - as if plain X.501
Name structures weren't already complicated enough, see X509_NAME_new(3).
All these 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 d76403010d..f3910f74dd 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.89 2016/12/22 16:05:22 schwarze Exp $ | 1 | # $OpenBSD: Makefile,v 1.90 2016/12/23 00:40:16 schwarze Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -120,6 +120,7 @@ MAN= \ | |||
120 | EVP_SealInit.3 \ | 120 | EVP_SealInit.3 \ |
121 | EVP_SignInit.3 \ | 121 | EVP_SignInit.3 \ |
122 | EVP_VerifyInit.3 \ | 122 | EVP_VerifyInit.3 \ |
123 | GENERAL_NAME_new.3 \ | ||
123 | HMAC.3 \ | 124 | HMAC.3 \ |
124 | MD5.3 \ | 125 | MD5.3 \ |
125 | OBJ_nid2obj.3 \ | 126 | OBJ_nid2obj.3 \ |