mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Downgrade "EVP ctr128 is ok" message to info
Part of 6736 effort to try to make startup quieter.
This commit is contained in:
parent
cb8f64cdc8
commit
7ff5c3f232
@ -134,8 +134,8 @@ int
|
|||||||
evaluate_evp_for_aes(int force_val)
|
evaluate_evp_for_aes(int force_val)
|
||||||
{
|
{
|
||||||
(void) force_val;
|
(void) force_val;
|
||||||
log_notice(LD_CRYPTO, "This version of OpenSSL has a known-good EVP "
|
log_info(LD_CRYPTO, "This version of OpenSSL has a known-good EVP "
|
||||||
"counter-mode implementation. Using it.");
|
"counter-mode implementation. Using it.");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
int
|
int
|
||||||
|
Loading…
Reference in New Issue
Block a user