Pick up definition of FIPS_mode() in fips.h to avoid warnings.

This commit is contained in:
Dr. Stephen Henson 2005-04-18 13:02:19 +00:00
parent 2ec5ebb979
commit 89234b1eed
6 changed files with 6 additions and 0 deletions

View 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"

View File

@ -57,6 +57,7 @@
*/
#include <openssl/crypto.h>
#include <openssl/fips.h>
#include <openssl/cast.h>
#include "cast_lcl.h"

View 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);

View 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]={

View 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>

View File

@ -58,6 +58,7 @@
#include <openssl/crypto.h>
#include <openssl/rc5.h>
#include <openssl/fips.h>
#include "rc5_locl.h"