[tor-commits] [tor/master] Downgrade "EVP ctr128 is ok" message to info

nickm at torproject.org nickm at torproject.org
Mon Sep 10 14:38:50 UTC 2012


commit 7ff5c3f2322217a0fe5d24ba26a0192106594e0f
Author: Nick Mathewson <nickm at torproject.org>
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



More information about the tor-commits mailing list