projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65041aa
)
Include fips header file in err_all.c if needed.
author
Dr. Stephen Henson
<steve@openssl.org>
Thu, 3 Feb 2011 16:03:21 +0000
(16:03 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Thu, 3 Feb 2011 16:03:21 +0000
(16:03 +0000)
crypto/err/err_all.c
patch
|
blob
|
history
diff --git
a/crypto/err/err_all.c
b/crypto/err/err_all.c
index f3bdf65a9d29d230b61864f12b5052e7776261f2..e40cda4bb3287f5e022d00acb6b079bfd1beb485 100644
(file)
--- 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>