From: Tomas Mraz Date: Tue, 2 Mar 2021 16:17:46 +0000 (+0100) Subject: bn_ctx.c: Remove TODO 3.0 related to tracing in FIPS module X-Git-Tag: openssl-3.0.0-alpha13~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ad5bbe3205264cbcdd25f50a0c5167a7136ce88;p=thirdparty%2Fopenssl.git bn_ctx.c: Remove TODO 3.0 related to tracing in FIPS module We do not want tracing in the FIPS module. Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/14404) --- diff --git a/crypto/bn/bn_ctx.c b/crypto/bn/bn_ctx.c index 360b7082213..63783dda0e8 100644 --- a/crypto/bn/bn_ctx.c +++ b/crypto/bn/bn_ctx.c @@ -124,7 +124,7 @@ static void ctxdbg(BIO *channel, const char *text, BN_CTX *ctx) ctxdbg(trc_out, str, ctx); \ } OSSL_TRACE_END(BN_CTX) #else -/* TODO(3.0): Consider if we want to do this in FIPS mode */ +/* We do not want tracing in FIPS module */ # define CTXDBG(str, ctx) do {} while(0) #endif /* FIPS_MODULE */