summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_check_ca.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/X509_check_ca.3')
-rw-r--r--src/lib/libcrypto/man/X509_check_ca.34
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
64This function checks whether the given certificate is a CA certificate, 64This function checks whether the given certificate is a CA certificate,
65that is, whether it can be used to sign other certificates. 65that is, whether it can be used to sign other certificates.
66.Sh RETURN VALUE 66.Sh RETURN VALUES
67This functions returns non-zero if 67This functions returns non-zero if
68.Fa cert 68.Fa cert
69is a CA certificate or 0 otherwise. 69is a CA certificate or 0 otherwise.