Mercurial > dillo
changeset 4664:67b70f024568 tip
fix build with --disable-ssl
submitted-by: John DiMarco <jdd@cs.toronto.edu>
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> |
---|---|
date | Tue, 09 Feb 2021 22:15:42 +0100 |
parents | f60d55c02567 |
children | |
files | src/IO/tls.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/IO/tls.h Fri Oct 05 22:05:08 2018 +0200 +++ b/src/IO/tls.h Tue Feb 09 22:15:42 2021 +0100 @@ -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) ;