From: Dr. Stephen Henson Date: Thu, 3 Feb 2011 16:03:21 +0000 (+0000) Subject: Include fips header file in err_all.c if needed. X-Git-Tag: OpenSSL-fips-2_0-rc1~795 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=cc5c772abd42473ba8a62c6f3ac0888f1e1937c0 Include fips header file in err_all.c if needed. --- diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index f3bdf65a9d..e40cda4bb3 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -97,6 +97,9 @@ #include #include #include +#ifdef OPENSSL_FIPS +#include +#endif #include #ifndef OPENSSL_NO_CMS #include