summaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-03 16:03:21 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-03 16:03:21 +0000
commitcc5c772abd42473ba8a62c6f3ac0888f1e1937c0 (patch)
tree32348fd9935467b5e741a6cddaedf8015fe9a54e /crypto/err
parent65041aa27ee8446cb2b055b4067ebe4ca6743a1a (diff)
Include fips header file in err_all.c if needed.
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err_all.c3
1 files changed, 3 insertions, 0 deletions
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 <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>