mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
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 <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14404)
This commit is contained in:
parent
20cca4db9c
commit
2ad5bbe320
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user