From 255dbe8b887c74f0c842be521d91587875a1c191 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 22 Sep 2020 13:04:51 +0200 Subject: [PATCH] create_client_ssl_connection(): Fix whitespace --- openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2