From ea8399724e799666226dc0a7c2893ccf9b5eccd3 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 2 Jun 2005 01:18:25 +0000 Subject: [PATCH] Remove redundant reference, which produces a warning (??) in gcc 3.4.2. --- fips/fips.c | 1 - fips/fipshashes.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/fips/fips.c b/fips/fips.c index afd2b07552..234445bb70 100644 --- a/fips/fips.c +++ b/fips/fips.c @@ -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; diff --git a/fips/fipshashes.c b/fips/fipshashes.c index 59aca13d5f..dfcbc5a877 100644 --- a/fips/fipshashes.c +++ b/fips/fipshashes.c @@ -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", -- 2.25.1