Ensure configured module specific and application specific defines are used
[openssl.git] / doc / man3 / X509_STORE_CTX_get_error.pod
index 105e051a1d470c13a976af94942b6511a7026af0..5c6779a6111ed6ad748b74a1a2017e031fe9b002 100644 (file)
@@ -70,7 +70,7 @@ is B<not> successful the returned chain may be incomplete or invalid. The
 returned chain persists after the B<ctx> structure is freed, when it is
 no longer needed it should be free up using:
 
 sk_X509_pop_free(chain, X509_free);
+ sk_X509_pop_free(chain, X509_free);
 
 X509_verify_cert_error_string() returns a human readable error string for
 verification error B<n>.
@@ -330,7 +330,7 @@ L<X509_free(3)>.
 
 Copyright 2009-2016 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>.