Skip to content

Commit

Permalink
fix(drbg): make drbg more silent (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie authored Oct 21, 2024
1 parent 18a346f commit f810593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yacl/crypto/rand/drbg/openssl_factory.cc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ OpensslDrbg::OpensslDrbg(std::string type,
// instantiate the es_ctx
OSSL_RET_1(EVP_RAND_instantiate(es_ctx.get(), 128, 0, nullptr, 0, nullptr));
} else {
SPDLOG_WARN(
SPDLOG_DEBUG(
"Yacl has been configured to use Yacl's entropy source, but unable "
"to find one. Fallback to use openssl's default entropy srouce");
}
Expand Down

0 comments on commit f810593

Please sign in to comment.