summaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_exp.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-27 20:10:56 +0100
committerDr. Stephen Henson <steve@openssl.org>2011-01-27 20:10:56 +0100
commit7edfe6745670d2f4d53d96f268f2dba11326a51c (patch)
tree781e222d8af65fec366d3af0d132022a62c95435 /crypto/bn/bn_exp.c
parentadd .cvsignore (diff)
downloadopenssl-7edfe6745670d2f4d53d96f268f2dba11326a51c.tar.xz
openssl-7edfe6745670d2f4d53d96f268f2dba11326a51c.zip
Move all FIPSAPI renames into fips.h header file, include early in
crypto.h if needed. Modify source tree to handle change.
Diffstat (limited to 'crypto/bn/bn_exp.c')
-rw-r--r--crypto/bn/bn_exp.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/bn/bn_exp.c b/crypto/bn/bn_exp.c
index 2267367793..ce31ad0a58 100644
--- a/crypto/bn/bn_exp.c
+++ b/crypto/bn/bn_exp.c
@@ -109,15 +109,11 @@
*
*/
+#define OPENSSL_FIPSAPI
#include "cryptlib.h"
#include "bn_lcl.h"
-#define OPENSSL_FIPSAPI
-#ifdef OPENSSL_FIPS
-#include <openssl/fips.h>
-#endif
-
/* maximum precomputation table size for *variable* sliding windows */
#define TABLE_SIZE 32