You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
485 B

  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. #ifdef PLUGINS
  10. if (plugin_support_context_load(app_context.dcps_context) != 0) {