Coverity fixes
[openssl.git] / doc / man3 / X509_check_ca.pod
index b79efb5b5aa8374c5bfec0dafe7164317f43583d..4540e96d3e3084031190b1a2170a987adb081283 100644 (file)
@@ -6,16 +6,16 @@ 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
 
 This function checks if given certificate is CA certificate (can be used
 to sign other certificates).
 
-=head1 RETURN VALUE
+=head1 RETURN VALUES
 
 Function return 0, if it is not CA certificate, 1 if it is proper X509v3
 CA certificate with B<basicConstraints> extension CA:TRUE,
@@ -35,9 +35,9 @@ L<X509_check_purpose(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2015-2018 The OpenSSL Project Authors. All Rights Reserved.
 
-Licensed under the OpenSSL license (the "License").  You may not use
+Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
 in the file LICENSE in the source distribution or at
 L<https://www.openssl.org/source/license.html>.