From: Nick Mathewson Date: Mon, 10 Sep 2012 14:38:22 +0000 (-0400) Subject: Downgrade "EVP ctr128 is ok" message to info X-Git-Tag: tor-0.2.4.2-alpha~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ff5c3f2322217a0fe5d24ba26a0192106594e0f;p=thirdparty%2Ftor.git Downgrade "EVP ctr128 is ok" message to info Part of 6736 effort to try to make startup quieter. --- diff --git a/src/common/aes.c b/src/common/aes.c index dd89d5d1ec..c6a997f473 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