summaryrefslogtreecommitdiffstats
path: root/doc/man3/X509_check_ca.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man3/X509_check_ca.pod')
-rw-r--r--doc/man3/X509_check_ca.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/X509_check_ca.pod b/doc/man3/X509_check_ca.pod
index b79efb5b5a..0954055dda 100644
--- a/doc/man3/X509_check_ca.pod
+++ b/doc/man3/X509_check_ca.pod
@@ -6,9 +6,9 @@ X509_check_ca - check if given certificate is CA certificate
=head1 SYNOPSIS
- #include <openssl/x509v3.h>
+ #include <openssl/x509v3.h>
- int X509_check_ca(X509 *cert);
+ int X509_check_ca(X509 *cert);
=head1 DESCRIPTION