Pick up definition of FIPS_mode() in fips.h to avoid warnings.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 18 Apr 2005 13:02:19 +0000 (13:02 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 18 Apr 2005 13:02:19 +0000 (13:02 +0000)
crypto/bf/bf_skey.c
crypto/cast/c_skey.c
crypto/idea/i_skey.c
crypto/rc2/rc2_skey.c
crypto/rc4/rc4_skey.c
crypto/rc5/rc5_skey.c

index fc5bebefce4b1c6f6ab8cac316f1fa9c6ea44d77..1931aba83fb207549fe87d6653f36bd87f4b61dc 100644 (file)
@@ -60,6 +60,7 @@
 #include <string.h>
 #include <openssl/crypto.h>
 #include <openssl/blowfish.h>
+#include <openssl/fips.h>
 #include "bf_locl.h"
 #include "bf_pi.h"
 
index dc4791a8cff9b657feb213bfc82076731b304756..db9b7573e09f6d7f338eaa3c7b0cb3766f321b37 100644 (file)
@@ -57,6 +57,7 @@
  */
 
 #include <openssl/crypto.h>
+#include <openssl/fips.h>
 #include <openssl/cast.h>
 
 #include "cast_lcl.h"
index 794d1258e01e6560a09b611720bd8db0dd902e44..e295a6a6ea9915ba895ac4ae82d3d4b4be04d439 100644 (file)
@@ -58,6 +58,7 @@
 
 #include <openssl/idea.h>
 #include <openssl/crypto.h>
+#include <openssl/fips.h>
 #include "idea_lcl.h"
 
 static IDEA_INT inverse(unsigned int xin);
index 22f372f85ccfab3327719b915138095ea9da4b1c..96528651887981048b27fbae371313ac7d36e042 100644 (file)
@@ -58,6 +58,7 @@
 
 #include <openssl/rc2.h>
 #include <openssl/crypto.h>
+#include <openssl/fips.h>
 #include "rc2_locl.h"
 
 static unsigned char key_table[256]={
index 07234f061afd25796216160522f663daa0763691..0fca2e1a524adc3175b4bce0b3a490d9146a9f79 100644 (file)
@@ -58,6 +58,7 @@
 
 #include <openssl/rc4.h>
 #include <openssl/crypto.h>
+#include <openssl/fips.h>
 #include "rc4_locl.h"
 #include <openssl/opensslv.h>
 
index f259ab712621986ff85acdc6b056bbdfa5c23be6..11d8427c0ce2ec6a535d8f3609d22d619422b443 100644 (file)
@@ -58,6 +58,7 @@
 
 #include <openssl/crypto.h>
 #include <openssl/rc5.h>
+#include <openssl/fips.h>
 #include "rc5_locl.h"