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


- Log -----------------------------------------------------------------
commit 1daf6a260ca203e51e0bddec5661eedd787c1fe0
Author: Benjamin Kaduk <[email protected]>
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 <[email protected]>
    Reviewed-by: Rich Salz <[email protected]>
    (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);
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to