From: Richard Levitte Date: Tue, 18 Jun 2019 09:39:13 +0000 (+0200) Subject: FIPS module: adapt for the changed error reporting methods X-Git-Tag: openssl-3.0.0-alpha1~1825 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=6592ab81d21fc01e05a01cd5b96c84b069bf8acf;hp=6592ab81d21fc01e05a01cd5b96c84b069bf8acf 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 (Merged from https://github.com/openssl/openssl/pull/9174) ---