From: Benjamin Kaduk Date: Thu, 1 Jun 2017 16:37:43 +0000 (-0500) Subject: Do not document SSL_CTX_set1_cert_store() X-Git-Tag: OpenSSL_1_1_0g~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1daf6a260ca203e51e0bddec5661eedd787c1fe0;p=openssl Do not document SSL_CTX_set1_cert_store() It does not exist on this branch. Reviewed-by: Andy Polyakov Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3602) --- diff --git a/doc/ssl/ssl.pod b/doc/ssl/ssl.pod index 391dc705d9..a0540e750e 100644 --- a/doc/ssl/ssl.pod +++ b/doc/ssl/ssl.pod @@ -320,8 +320,6 @@ protocol context defined in the B structure. =item void B(SSL_CTX *ctx, X509_STORE *cs); -=item void B(SSL_CTX *ctx, X509_STORE *cs); - =item void B(SSL_CTX *ctx, int (*cb)(), char *arg) =item int B(SSL_CTX *ctx, char *str);