From cc5c772abd42473ba8a62c6f3ac0888f1e1937c0 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 3 Feb 2011 16:03:21 +0000 Subject: [PATCH] Include fips header file in err_all.c if needed. --- crypto/err/err_all.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.25.1