bn_ctx.c: Remove TODO 3.0 related to tracing in FIPS module
authorTomas Mraz <tomas@openssl.org>
Tue, 2 Mar 2021 16:17:46 +0000 (17:17 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 4 Mar 2021 13:15:01 +0000 (14:15 +0100)
We do not want tracing in the FIPS module.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14404)

crypto/bn/bn_ctx.c

index 360b7082213dac4bed52c1990824a91bf11a8b01..63783dda0e8ae24b8a88accde9c0567ea4153cf1 100644 (file)
@@ -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 */