diff options
author | schwarze <> | 2019-06-04 12:31:29 +0000 |
---|---|---|
committer | schwarze <> | 2019-06-04 12:31:29 +0000 |
commit | 99fc3b7bf67460cf807d9a954574bf328e83047a (patch) | |
tree | 301699f32dc77a16d31d576649ae024138715f0e | |
parent | a3d6660bc07853354dc284b0867d05c052b3a040 (diff) | |
download | openbsd-99fc3b7bf67460cf807d9a954574bf328e83047a.tar.gz openbsd-99fc3b7bf67460cf807d9a954574bf328e83047a.tar.bz2 openbsd-99fc3b7bf67460cf807d9a954574bf328e83047a.zip |
.In openssl/x509_vfy.h
for consistency with all the other X509_STORE_*(3) manual pages
-rw-r--r-- | src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 b/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 index 06021bb5c4..f2e204fa7e 100644 --- a/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 +++ b/src/lib/libcrypto/man/X509_STORE_CTX_get_error.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.11 2018/03/27 17:35:50 schwarze Exp $ | 1 | .\" $OpenBSD: X509_STORE_CTX_get_error.3,v 1.12 2019/06/04 12:31:29 schwarze Exp $ |
2 | .\" full merge up to: | 2 | .\" full merge up to: |
3 | .\" OpenSSL crypto/X509_STORE_CTX_get_error f0e0fd51 Apr 14 23:59:26 2016 -0400 | 3 | .\" OpenSSL crypto/X509_STORE_CTX_get_error f0e0fd51 Apr 14 23:59:26 2016 -0400 |
4 | .\" selective merge up to: | 4 | .\" selective merge up to: |
@@ -53,7 +53,7 @@ | |||
53 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 53 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
54 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 54 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
55 | .\" | 55 | .\" |
56 | .Dd $Mdocdate: March 27 2018 $ | 56 | .Dd $Mdocdate: June 4 2019 $ |
57 | .Dt X509_STORE_CTX_GET_ERROR 3 | 57 | .Dt X509_STORE_CTX_GET_ERROR 3 |
58 | .Os | 58 | .Os |
59 | .Sh NAME | 59 | .Sh NAME |
@@ -67,7 +67,7 @@ | |||
67 | .Nm X509_verify_cert_error_string | 67 | .Nm X509_verify_cert_error_string |
68 | .Nd get or set certificate verification status information | 68 | .Nd get or set certificate verification status information |
69 | .Sh SYNOPSIS | 69 | .Sh SYNOPSIS |
70 | .In openssl/x509.h | 70 | .In openssl/x509_vfy.h |
71 | .Ft int | 71 | .Ft int |
72 | .Fo X509_STORE_CTX_get_error | 72 | .Fo X509_STORE_CTX_get_error |
73 | .Fa "X509_STORE_CTX *ctx" | 73 | .Fa "X509_STORE_CTX *ctx" |
@@ -97,6 +97,7 @@ | |||
97 | .Fo X509_STORE_CTX_get1_chain | 97 | .Fo X509_STORE_CTX_get1_chain |
98 | .Fa "X509_STORE_CTX *ctx" | 98 | .Fa "X509_STORE_CTX *ctx" |
99 | .Fc | 99 | .Fc |
100 | .In openssl/x509.h | ||
100 | .Ft const char * | 101 | .Ft const char * |
101 | .Fo X509_verify_cert_error_string | 102 | .Fo X509_verify_cert_error_string |
102 | .Fa "long n" | 103 | .Fa "long n" |