22 lines
704 B
Diff
22 lines
704 B
Diff
|
|
# HG changeset patch
|
|
# User Johannes Hofmann <Johannes.Hofmann@gmx.de>
|
|
# Date 1612905342 -3600
|
|
# Node ID 67b70f024568b505633524be61fcfbde5337849f
|
|
# Parent f60d55c0256759b578b54c577da94670a7737c8a
|
|
fix build with --disable-ssl
|
|
|
|
submitted-by: John DiMarco <jdd@cs.toronto.edu>
|
|
|
|
diff -r f60d55c02567 -r 67b70f024568 src/IO/tls.h
|
|
--- 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) ;
|
|
|