From 2ad5bbe3205264cbcdd25f50a0c5167a7136ce88 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 2 Mar 2021 17:17:46 +0100 Subject: 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) --- crypto/bn/bn_ctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/bn') diff --git a/crypto/bn/bn_ctx.c b/crypto/bn/bn_ctx.c index 360b708221..63783dda0e 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 */ -- cgit v1.2.3