Fix building with enable-trace
authorMatt Caswell <matt@openssl.org>
Fri, 14 Jun 2019 08:07:29 +0000 (09:07 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 14 Jun 2019 08:08:01 +0000 (09:08 +0100)
commitaff96597363766402ada4291d31a7e84b22fb1e0
treeba8ba5be455e543a8ffde3d597937c00df0be51d
parent6597d62b8b95046370212bfd3c0767c970798085
Fix building with enable-trace

Tracing doesn't work in the FIPS module. Ensure we switch it off there.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9159)
crypto/bn/bn_ctx.c