From: Fabian Keil Date: Thu, 20 Aug 2020 10:48:11 +0000 (+0200) Subject: Replace a stray reference to mbedtls with OpenSSL X-Git-Tag: v_3_0_29~222 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=600c8c07dc64cdf80418408077479ab6d60ffffb Replace a stray reference to mbedtls with OpenSSL Sponsored by: Robert Klemme --- diff --git a/openssl.c b/openssl.c index bf8f3fe7..252daa3a 100644 --- a/openssl.c +++ b/openssl.c @@ -626,7 +626,7 @@ extern int create_client_ssl_connection(struct client_state *csp) SSL* ssl; /* - * Initializing mbedtls structures for TLS/SSL connection + * Initializing OpenSSL structures for TLS/SSL connection */ openssl_init();