Skip to content

Commit

Permalink
fix build with --disable-ssl
Browse files Browse the repository at this point in the history
submitted-by: John DiMarco <[email protected]>
  • Loading branch information
jfhg committed Feb 9, 2021
1 parent c9b817f commit f7d76c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/IO/tls.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) ;
Expand Down

0 comments on commit f7d76c6

Please sign in to comment.