mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -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.
|
sufficient for the configured cache size, and logs warning if not.
|
||||||
- Fix function documentation.
|
- Fix function documentation.
|
||||||
- Fix unit test for added ulimit checks.
|
- Fix unit test for added ulimit checks.
|
||||||
|
- spelling fix in header.
|
||||||
|
|
||||||
23 February 2021: Wouter
|
23 February 2021: Wouter
|
||||||
- Fix for zonemd, that domain-insecure zones work without dnssec.
|
- 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);
|
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.
|
* @param cfg: config information.
|
||||||
* @return true if https ports are used for server.
|
* @return true if https ports are used for server.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue