- Fix unused-function warning when compiling with --enable-dnscrypt.

This commit is contained in:
George Thessalonikefs 2021-03-22 14:31:58 +01:00
parent 5b782d0a22
commit f9e3475776
2 changed files with 5 additions and 0 deletions

View file

@ -863,6 +863,7 @@ dnsc_parse_keys(struct dnsc_env *env, struct config_file *cfg)
return cert_id;
}
#ifdef SODIUM_MISUSE_HANDLER
static void
sodium_misuse_handler(void)
{
@ -872,6 +873,7 @@ sodium_misuse_handler(void)
" unbound in a chroot, make sure /dev/urandom is available. See"
" https://www.unbound.net/documentation/unbound.conf.html");
}
#endif
/**

View file

@ -1,3 +1,6 @@
22 March 2021: George
- Fix unused-function warning when compiling with --enable-dnscrypt.
22 March 2021: Wouter
- Merge #449 from orbea: build: Add missing linker flags.
- iana portlist update.