Remove #ifdef's for IRIX_CC_BUG
[oweals/openssl.git] / crypto / bn / bn_ctx.c
index f16fb35f5a306cba39c38f8130b4034fd4b10aec..5288a20be91b8ebd7d2eb9fa8d51264d5bb09a95 100644 (file)
 
 #define OPENSSL_FIPSAPI
 
-#include <stdio.h>
 #include <assert.h>
 
 #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