FIPS module: adapt for the changed error reporting methods
authorRichard Levitte <levitte@openssl.org>
Tue, 18 Jun 2019 09:39:13 +0000 (11:39 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 2 Jul 2019 15:02:02 +0000 (17:02 +0200)
commit6592ab81d21fc01e05a01cd5b96c84b069bf8acf
treeefb7a610a218317721da6ba4123fc396b33db6cd
parent6ebc2f56f04ac2738d3b9bfc732063ad8f51e75d
FIPS module: adapt for the changed error reporting methods

The FIPS module inner provider doesn't need to deal with error reason
strings or error library number, since it uses the outer provider's
error reporting upcalls.  We therefore disable that code in
crypto/provider_core.c when building the FIPS module.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9174)
crypto/provider_core.c
providers/fips/fipsprov.c