Include fips header file in err_all.c if needed.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 3 Feb 2011 16:03:21 +0000 (16:03 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 3 Feb 2011 16:03:21 +0000 (16:03 +0000)
crypto/err/err_all.c

index f3bdf65a9d29d230b61864f12b5052e7776261f2..e40cda4bb3287f5e022d00acb6b079bfd1beb485 100644 (file)
@@ -97,6 +97,9 @@
 #include <openssl/ui.h>
 #include <openssl/ocsp.h>
 #include <openssl/err.h>
+#ifdef OPENSSL_FIPS
+#include <openssl/fips.h>
+#endif
 #include <openssl/ts.h>
 #ifndef OPENSSL_NO_CMS
 #include <openssl/cms.h>