From 8c32ce830c36662f9aa22cc33422e497e695d8ea Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Fri, 26 Oct 2018 21:13:46 +0900 Subject: Indentation fix --- url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'url.c') diff --git a/url.c b/url.c index e1da3d9..1c17e18 100644 --- a/url.c +++ b/url.c @@ -327,7 +327,7 @@ openSSLHandle(int sock, char *hostname, char **p_cert) SSLeay_add_ssl_algorithms(); SSL_load_error_strings(); #else - OPENSSL_init_ssl(0, NULL); + OPENSSL_init_ssl(0, NULL); #endif if (!(ssl_ctx = SSL_CTX_new(SSLv23_client_method()))) goto eend; -- cgit v1.2.3