fix build with --disable-ssl submitted-by: John DiMarco <jdd@cs.toronto.edu>
1 files changed, 1 insertions(+), 0 deletions(-) M src/IO/tls.h
M src/IO/tls.h +1 -0
@@ 35,6 35,7 @@ int a_Tls_write(void *conn, void *buf, s #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) ;