Remove redundant reference, which produces a warning (??) in gcc 3.4.2.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 2 Jun 2005 01:18:25 +0000 (01:18 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 2 Jun 2005 01:18:25 +0000 (01:18 +0000)
fips/fips.c
fips/fipshashes.c

index afd2b0755245618d8c5bd33305fac74e7fc59bdd..234445bb70292091f3b1e6f0a8e1935a32bec770 100644 (file)
@@ -208,7 +208,6 @@ static int FIPS_check_exe(const char *path)
 
 int FIPS_mode_set(int onoff,const char *path)
     {
-    void fips_set_mode(int _onoff);
     int fips_set_owning_thread();
     int fips_clear_owning_thread();
     int ret = 0;
index 59aca13d5f7358040d718d0748e5fd29317e9a72..dfcbc5a877a2ce15534916cbaa453e8acf186cda 100644 (file)
@@ -1,5 +1,5 @@
 const char * const FIPS_source_hashes[] = {
-"HMAC-SHA1(fips.c)= 7cbbda3b9e8aec46ee31797179cb72faeef80712",
+"HMAC-SHA1(fips.c)= 9ff14b7f6f7db99c04de226a075a358e3578c4df",
 "HMAC-SHA1(fips_err_wrapper.c)= d3e2be316062510312269e98f964cb87e7577898",
 "HMAC-SHA1(fips.h)= 9e8d77f438eabc36273e2046aa209e6e78515103",
 "HMAC-SHA1(fips_err.h)= fec567f1abe0f8d53a208b7f24b992dda2db3e4d",