diff options
author | walley <walley@walley.org> | 2023-01-11 12:44:35 +0100 |
---|---|---|
committer | Rodrigo Arias <rodarima@gmail.com> | 2023-06-02 13:18:43 +0200 |
commit | 479a133f0f6fee3138ea1c0316a1689e8ea26d99 (patch) | |
tree | d39af26053ad2674fbb9e7fe32bcde5f839c7820 /src | |
parent | 1c2fded991e4b81cac534d147aa97f6a2e4661a4 (diff) |
Define a_Tls_connect too when no SSL is used
Diffstat (limited to 'src')
-rw-r--r-- | src/IO/tls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IO/tls.h b/src/IO/tls.h index af01202f..a3bf9ba5 100644 --- a/src/IO/tls.h +++ b/src/IO/tls.h @@ -35,6 +35,7 @@ int a_Tls_write(void *conn, void *buf, size_t len); #define a_Tls_connect_ready(url) TLS_CONNECT_NEVER #define a_Tls_reset_server_state(url) ; #define a_Tls_handshake(fd, url) ; +#define a_Tls_connect(fd, url) ; #define a_Tls_connection(fd) NULL #define a_Tls_freeall() ; #define a_Tls_close_by_fd(fd) ; |