mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- spelling fix in header.
This commit is contained in:
parent
a9e15f36d8
commit
6612974d12
2 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@
|
|||
sufficient for the configured cache size, and logs warning if not.
|
||||
- Fix function documentation.
|
||||
- Fix unit test for added ulimit checks.
|
||||
- spelling fix in header.
|
||||
|
||||
23 February 2021: Wouter
|
||||
- Fix for zonemd, that domain-insecure zones work without dnssec.
|
||||
|
|
|
|||
|
|
@ -1309,7 +1309,7 @@ extern int fake_dsa, fake_sha1;
|
|||
int if_is_https(const char* ifname, const char* port, int https_port);
|
||||
|
||||
/**
|
||||
* Return true if the config contains settinsg that enable https.
|
||||
* Return true if the config contains settings that enable https.
|
||||
* @param cfg: config information.
|
||||
* @return true if https ports are used for server.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue