mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
dnscrypt-proxy: Update to latest git revision
Includes a security fix.
Fixed usage with latest libsodium.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 71f9b042d8)
This commit is contained in:
@@ -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) {
|
||||
Reference in New Issue
Block a user