mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 16:49:35 -05:00
Update services/outside_network.c
Co-Authored-By: wtoorop <willem@nlnetlabs.nl>
This commit is contained in:
parent
5e4cfcc665
commit
a9c8d00d63
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue