Stop compiler giving bogus shadow warning.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 5 Aug 2004 18:11:43 +0000 (18:11 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 5 Aug 2004 18:11:43 +0000 (18:11 +0000)
fips/fingerprint.sha1
fips/fips.c

index 2e02be6f9c6c2ecf2e049f1c6564346fee0ef772..f79d1ccd8530db90f366f5d29737565a30b91f1a 100644 (file)
@@ -1,4 +1,4 @@
-HMAC-SHA1(fips.c)= bb4247d57a16f571ded9b2feea827a90cb2dbb79
+HMAC-SHA1(fips.c)= 2f4b739530d91462b479250b2157f9405049598b
 HMAC-SHA1(fips_err_wrapper.c)= d3e2be316062510312269e98f964cb87e7577898
 HMAC-SHA1(fips.h)= fbedad5dbd8986ddd521ea576bf2a20e6881540a
 HMAC-SHA1(fips_err.h)= 4a73f2a88e206f1f88edfd9b26609a0eed818491
index 48b1b6338d4a29a37f1c9ab8a63a1da5fc25a488..37a8d15f3891f5783e5946ad853124e82002c2c0 100644 (file)
@@ -166,7 +166,7 @@ static int FIPS_check_exe(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_clear_owning_thread();
     int ret = 0;