From a9c8d00d6376de3bb12c5e8c9f40b088eea9b142 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 29 Apr 2019 11:25:04 +0200 Subject: [PATCH] Update services/outside_network.c Co-Authored-By: wtoorop --- services/outside_network.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/outside_network.c b/services/outside_network.c index 779656fee..054acef66 100644 --- a/services/outside_network.c +++ b/services/outside_network.c @@ -2324,6 +2324,8 @@ setup_comm_ssl(struct comm_point* cp, struct outside_network* outnet, return 0; } } +#else + (void)host; #endif /* HAVE_SSL_SET1_HOST */ return 1; }