mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 01:33:12 +02:00
core: replace SSL by TLS in comments (issue #1903)
This commit is contained in:
@@ -1826,7 +1826,7 @@ network_connect_with_fork (struct t_hook *hook_connect)
|
||||
const char *pos_error;
|
||||
pid_t pid;
|
||||
|
||||
/* initialize GnuTLS if SSL asked */
|
||||
/* initialize GnuTLS if TLS asked */
|
||||
if (HOOK_CONNECT(hook_connect, gnutls_sess))
|
||||
{
|
||||
if (gnutls_init (HOOK_CONNECT(hook_connect, gnutls_sess), GNUTLS_CLIENT) != GNUTLS_E_SUCCESS)
|
||||
|
||||
Reference in New Issue
Block a user