From 6420fd61174e6a8218bf2740605ceb9241eaf36f Mon Sep 17 00:00:00 2001 From: Patrick Okraku Date: Wed, 1 Nov 2023 17:47:34 +0100 Subject: SSL compile fix --- src/common/outbound.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/outbound.c b/src/common/outbound.c index b9f88196..c82e23bd 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -3458,6 +3458,8 @@ cmd_server (struct session *sess, char *tbuf, char *word[], char *word_eol[]) #ifdef USE_OPENSSL int use_ssl = TRUE; int use_ssl_noverify = FALSE; +#else + int use_ssl = FALSE; #endif int is_url = TRUE; server *serv = sess->server; -- cgit 1.4.1