aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/bn_ctx.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-01-27 19:10:56 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-01-27 19:10:56 +0000
commit7edfe6745670d2f4d53d96f268f2dba11326a51c (patch)
tree781e222d8af65fec366d3af0d132022a62c95435 /crypto/bn/bn_ctx.c
parentd8ad2e6112d4757eeca8d6dac9cabf9fed330321 (diff)
downloadopenssl-7edfe6745670d2f4d53d96f268f2dba11326a51c.zip
openssl-7edfe6745670d2f4d53d96f268f2dba11326a51c.tar.gz
openssl-7edfe6745670d2f4d53d96f268f2dba11326a51c.tar.bz2
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_ctx.c')
-rw-r--r--crypto/bn/bn_ctx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/bn/bn_ctx.c b/crypto/bn/bn_ctx.c
index f16fb35..0272dbb 100644
--- a/crypto/bn/bn_ctx.c
+++ b/crypto/bn/bn_ctx.c
@@ -68,10 +68,6 @@
#include "cryptlib.h"
#include "bn_lcl.h"
-#ifdef OPENSSL_FIPS
-#include <openssl/fips.h>
-#endif
-
/* TODO list
*
* 1. Check a bunch of "(words+1)" type hacks in various bignum functions and