Pick up definition of FIPS_mode() in fips.h to avoid warnings.
This commit is contained in:
parent
2ec5ebb979
commit
89234b1eed
@ -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"
|
||||
|
||||
|
@ -57,6 +57,7 @@
|
||||
*/
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/fips.h>
|
||||
#include <openssl/cast.h>
|
||||
|
||||
#include "cast_lcl.h"
|
||||
|
@ -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);
|
||||
|
@ -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]={
|
||||
|
@ -58,6 +58,7 @@
|
||||
|
||||
#include <openssl/rc4.h>
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/fips.h>
|
||||
#include "rc4_locl.h"
|
||||
#include <openssl/opensslv.h>
|
||||
|
||||
|
@ -58,6 +58,7 @@
|
||||
|
||||
#include <openssl/crypto.h>
|
||||
#include <openssl/rc5.h>
|
||||
#include <openssl/fips.h>
|
||||
#include "rc5_locl.h"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user