diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2018-10-26 12:13:46 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2018-10-26 12:13:46 +0000 |
commit | 8c32ce830c36662f9aa22cc33422e497e695d8ea (patch) | |
tree | 996d644b7cc0cffc0fea4c401446bae91133426e /url.c | |
parent | Merge pull request #103 from Polynomial-C/openssl-1.1_disable_deprecated (diff) | |
download | w3m-8c32ce830c36662f9aa22cc33422e497e695d8ea.tar.gz w3m-8c32ce830c36662f9aa22cc33422e497e695d8ea.zip |
Indentation fix
Diffstat (limited to '')
-rw-r--r-- | url.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |