# HG changeset patch # User Johannes Hofmann # Date 1612905342 -3600 # Tue Feb 09 22:15:42 2021 +0100 # Node ID 67b70f024568b505633524be61fcfbde5337849f # Parent f60d55c0256759b578b54c577da94670a7737c8a fix build with --disable-ssl submitted-by: John DiMarco diff --git a/src/IO/tls.h b/src/IO/tls.h --- a/src/IO/tls.h +++ b/src/IO/tls.h @@ -35,6 +35,7 @@ #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) ;