[openssl-commits] [openssl] master update

Dr. Stephen Henson steve at openssl.org
Thu Jul 9 20:23:03 UTC 2015


The branch master has been updated
       via  2fc52c912a79eefe8610984bac5eed3a2589ee85 (commit)
      from  99dcd88035330d59ab40b5bc0f551aca7020cd30 (commit)


- Log -----------------------------------------------------------------
commit 2fc52c912a79eefe8610984bac5eed3a2589ee85
Author: Dr. Stephen Henson <steve at openssl.org>
Date:   Thu Jul 9 19:32:36 2015 +0100

    correct example
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 doc/ssl/SSL_CTX_get0_param.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ssl/SSL_CTX_get0_param.pod b/doc/ssl/SSL_CTX_get0_param.pod
index 332f181..ba16b50 100644
--- a/doc/ssl/SSL_CTX_get0_param.pod
+++ b/doc/ssl/SSL_CTX_get0_param.pod
@@ -34,7 +34,7 @@ them to suit its needs: for example to add a hostname check.
 Check hostname matches "www.foo.com" in peer certificate:
 
  X509_VERIFY_PARAM *vpm = SSL_get0_param(ssl);
- X509_VERIFY_PARAM_set1_host(vpm, "www.foo.com");
+ X509_VERIFY_PARAM_set1_host(vpm, "www.foo.com", 0);
 
 =head1 RETURN VALUES
 


More information about the openssl-commits mailing list