[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Downgrade "EVP ctr128 is ok" message to info
commit 7ff5c3f2322217a0fe5d24ba26a0192106594e0f
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Mon Sep 10 10:38:22 2012 -0400
Downgrade "EVP ctr128 is ok" message to info
Part of 6736 effort to try to make startup quieter.
---
src/common/aes.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/common/aes.c b/src/common/aes.c
index dd89d5d..c6a997f 100644
--- a/src/common/aes.c
+++ b/src/common/aes.c
@@ -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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits