diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-12-05 16:38:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-12-05 16:38:25 +0000 |
commit | 260fcd739d93e24454b4bda69286e9e186731728 (patch) | |
tree | a244fab1683ac04fac83bbe217879c3344e46d6e /lib/libcrypto/man/X509_check_ca.3 | |
parent | 3203e6b7269f610a6a3871e1a9b5c559c4ec0055 (diff) |
various cleanup;
Diffstat (limited to 'lib/libcrypto/man/X509_check_ca.3')
-rw-r--r-- | lib/libcrypto/man/X509_check_ca.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/man/X509_check_ca.3 b/lib/libcrypto/man/X509_check_ca.3 index 67aac693e67..7d31c145c0c 100644 --- a/lib/libcrypto/man/X509_check_ca.3 +++ b/lib/libcrypto/man/X509_check_ca.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_check_ca.3,v 1.1 2016/12/05 15:56:46 schwarze Exp $ +.\" $OpenBSD: X509_check_ca.3,v 1.2 2016/12/05 16:38:24 jmc Exp $ .\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400 .\" .\" This file was written by Victor B. Wagner <vitus@cryptocom.ru>. @@ -63,7 +63,7 @@ .Sh DESCRIPTION This function checks whether the given certificate is a CA certificate, that is, whether it can be used to sign other certificates. -.Sh RETURN VALUE +.Sh RETURN VALUES This functions returns non-zero if .Fa cert is a CA certificate or 0 otherwise. |