From: Fabian Keil Date: Tue, 22 Sep 2020 11:04:51 +0000 (+0200) Subject: create_client_ssl_connection(): Fix whitespace X-Git-Tag: v_3_0_29~95 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=255dbe8b887c74f0c842be521d91587875a1c191 create_client_ssl_connection(): Fix whitespace --- diff --git a/openssl.c b/openssl.c index 56dc52a3..28783bed 100644 --- a/openssl.c +++ b/openssl.c @@ -721,7 +721,7 @@ extern int create_client_ssl_connection(struct client_state *csp) char *ca_file = NULL; char *cert_file = NULL; int ret = 0; - SSL* ssl; + SSL *ssl; /* * Initializing OpenSSL structures for TLS/SSL connection