Stop compiler giving bogus shadow warning.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
HMAC-SHA1(fips.c)= bb4247d57a16f571ded9b2feea827a90cb2dbb79
|
HMAC-SHA1(fips.c)= 2f4b739530d91462b479250b2157f9405049598b
|
||||||
HMAC-SHA1(fips_err_wrapper.c)= d3e2be316062510312269e98f964cb87e7577898
|
HMAC-SHA1(fips_err_wrapper.c)= d3e2be316062510312269e98f964cb87e7577898
|
||||||
HMAC-SHA1(fips.h)= fbedad5dbd8986ddd521ea576bf2a20e6881540a
|
HMAC-SHA1(fips.h)= fbedad5dbd8986ddd521ea576bf2a20e6881540a
|
||||||
HMAC-SHA1(fips_err.h)= 4a73f2a88e206f1f88edfd9b26609a0eed818491
|
HMAC-SHA1(fips_err.h)= 4a73f2a88e206f1f88edfd9b26609a0eed818491
|
||||||
|
|||||||
@@ -166,7 +166,7 @@ static int FIPS_check_exe(const char *path)
|
|||||||
|
|
||||||
int FIPS_mode_set(int onoff,const char *path)
|
int FIPS_mode_set(int onoff,const char *path)
|
||||||
{
|
{
|
||||||
void fips_set_mode(int onoff);
|
void fips_set_mode(int _onoff);
|
||||||
int fips_set_owning_thread();
|
int fips_set_owning_thread();
|
||||||
int fips_clear_owning_thread();
|
int fips_clear_owning_thread();
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user