mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
Fix typo which causes compilation error when CONFIG_GEMINI is undef
This commit is contained in:
parent
39b914dee3
commit
2fbecfabd1
@ -495,8 +495,8 @@ ssl_connect(struct socket *socket)
|
|||||||
verify_callback);
|
verify_callback);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
if (get_opt_bool("connection.ssl.client_cert.enable", NULL)) {
|
if (get_opt_bool("connection.ssl.client_cert.enable", NULL)) {
|
||||||
char *client_cert;
|
char *client_cert;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user