diff options
Diffstat (limited to 'src/lib/libcrypto/man/X509_check_ca.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_check_ca.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/X509_check_ca.3 b/src/lib/libcrypto/man/X509_check_ca.3 index 67aac693e6..7d31c145c0 100644 --- a/src/lib/libcrypto/man/X509_check_ca.3 +++ b/src/lib/libcrypto/man/X509_check_ca.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_check_ca.3,v 1.1 2016/12/05 15:56:46 schwarze Exp $ | 1 | .\" $OpenBSD: X509_check_ca.3,v 1.2 2016/12/05 16:38:24 jmc Exp $ |
2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 | 2 | .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Victor B. Wagner <vitus@cryptocom.ru>. | 4 | .\" This file was written by Victor B. Wagner <vitus@cryptocom.ru>. |
@@ -63,7 +63,7 @@ | |||
63 | .Sh DESCRIPTION | 63 | .Sh DESCRIPTION |
64 | This function checks whether the given certificate is a CA certificate, | 64 | This function checks whether the given certificate is a CA certificate, |
65 | that is, whether it can be used to sign other certificates. | 65 | that is, whether it can be used to sign other certificates. |
66 | .Sh RETURN VALUE | 66 | .Sh RETURN VALUES |
67 | This functions returns non-zero if | 67 | This functions returns non-zero if |
68 | .Fa cert | 68 | .Fa cert |
69 | is a CA certificate or 0 otherwise. | 69 | is a CA certificate or 0 otherwise. |