From da86576c107e0692fb3f55dc097f5e14cc4527ff Mon Sep 17 00:00:00 2001 From: corvid Date: Thu, 7 Jul 2016 14:47:25 +0000 Subject: a little renaming in tls The handshake stuff should be named handshake. What should you call initialize/setup plus handshake, then? I don't know, but 'connect' for now, anyway. --- src/IO/tls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/IO/tls.h') diff --git a/src/IO/tls.h b/src/IO/tls.h index 9bc89de5..af01202f 100644 --- a/src/IO/tls.h +++ b/src/IO/tls.h @@ -20,7 +20,7 @@ int a_Tls_connect_ready(const DilloUrl *url); void a_Tls_reset_server_state(const DilloUrl *url); /* Use to initiate a TLS connection. */ -void a_Tls_handshake(int fd, const DilloUrl *url); +void a_Tls_connect(int fd, const DilloUrl *url); void *a_Tls_connection(int fd); -- cgit v1.2.3