Update services/outside_network.c

Co-Authored-By: wtoorop <willem@nlnetlabs.nl>
This commit is contained in:
Wouter Wijngaards 2019-04-29 11:25:04 +02:00 committed by GitHub
parent 5e4cfcc665
commit a9c8d00d63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}