mirror of
https://github.com/openwrt/packages.git
synced 2025-02-14 13:48:04 +00:00
5d8d4fbbcb
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
12 lines
485 B
Diff
12 lines
485 B
Diff
--- 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) {
|