[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Rich Salz rsalz at openssl.org
Thu Jun 1 20:24:06 UTC 2017


The branch OpenSSL_1_1_0-stable has been updated
       via  1daf6a260ca203e51e0bddec5661eedd787c1fe0 (commit)
      from  dba975bd2f75683903ca549c2c80dc1a15b13e22 (commit)


- Log -----------------------------------------------------------------
commit 1daf6a260ca203e51e0bddec5661eedd787c1fe0
Author: Benjamin Kaduk <bkaduk at akamai.com>
Date:   Thu Jun 1 11:37:43 2017 -0500

    Do not document SSL_CTX_set1_cert_store()
    
    It does not exist on this branch.
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/3602)

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

Summary of changes:
 doc/ssl/ssl.pod | 2 --
 1 file changed, 2 deletions(-)

diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod
index 391dc70..a0540e7 100644
--- a/doc/ssl/ssl.pod
+++ b/doc/ssl/ssl.pod
@@ -320,8 +320,6 @@ protocol context defined in the B<SSL_CTX> structure.
 
 =item void B<SSL_CTX_set_cert_store>(SSL_CTX *ctx, X509_STORE *cs);
 
-=item void B<SSL_CTX_set1_cert_store>(SSL_CTX *ctx, X509_STORE *cs);
-
 =item void B<SSL_CTX_set_cert_verify_cb>(SSL_CTX *ctx, int (*cb)(), char *arg)
 
 =item int B<SSL_CTX_set_cipher_list>(SSL_CTX *ctx, char *str);


More information about the openssl-commits mailing list