b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/src/proxy/app.c |
| 2 | +++ b/src/proxy/app.c |
| 3 | @@ -391,7 +391,7 @@ dnscrypt_proxy_main(int argc, char *argv |
| 4 | } |
| 5 | logger_noformat(&proxy_context, LOG_NOTICE, "Starting " PACKAGE_STRING); |
| 6 | sodium_mlock(&proxy_context, sizeof proxy_context); |
| 7 | - randombytes_set_implementation(&randombytes_salsa20_implementation); |
| 8 | + randombytes_set_implementation(&randombytes_internal_implementation); |
| 9 | |
| 10 | #ifdef PLUGINS |
| 11 | if (plugin_support_context_load(app_context.dcps_context) != 0) { |