dnscrypt-proxy: Update to latest git revision

Includes a security fix.

Fixed usage with latest libsodium.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2019-06-21 12:27:47 -07:00
parent c33a3ff087
commit 71f9b042d8
2 changed files with 20 additions and 11 deletions

View File

@@ -0,0 +1,11 @@
--- a/src/proxy/app.c
+++ b/src/proxy/app.c
@@ -391,7 +391,7 @@ dnscrypt_proxy_main(int argc, char *argv[])
}
logger_noformat(&proxy_context, LOG_NOTICE, "Starting " PACKAGE_STRING);
sodium_mlock(&proxy_context, sizeof proxy_context);
- randombytes_set_implementation(&randombytes_salsa20_implementation);
+ randombytes_set_implementation(&randombytes_internal_implementation);
#ifdef PLUGINS
if (plugin_support_context_load(app_context.dcps_context) != 0) {