Skip to content
Snippets Groups Projects
Commit 7ff5c3f2 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Downgrade "EVP ctr128 is ok" message to info

Part of 6736 effort to try to make startup quieter.
parent cb8f64cd
No related branches found
No related tags found
No related merge requests found
......@@ -134,8 +134,8 @@ int
evaluate_evp_for_aes(int force_val)
{
(void) force_val;
log_notice(LD_CRYPTO, "This version of OpenSSL has a known-good EVP "
"counter-mode implementation. Using it.");
log_info(LD_CRYPTO, "This version of OpenSSL has a known-good EVP "
"counter-mode implementation. Using it.");
return 0;
}
int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment