create_client_ssl_connection(): Fix whitespace
authorFabian Keil <fk@fabiankeil.de>
Tue, 22 Sep 2020 11:04:51 +0000 (13:04 +0200)
committerFabian Keil <fk@fabiankeil.de>
Tue, 22 Sep 2020 14:22:04 +0000 (16:22 +0200)
openssl.c

index 56dc52a..28783be 100644 (file)
--- 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;
    char *ca_file   = NULL;
    char *cert_file = NULL;
    int ret = 0;
-   SSLssl;
+   SSL *ssl;
 
    /*
     * Initializing OpenSSL structures for TLS/SSL connection
 
    /*
     * Initializing OpenSSL structures for TLS/SSL connection