From ad93095f16a0b4279621a1219e90220f53aafa0a Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 9 May 2005 20:47:42 +0000 Subject: [PATCH] Missing declaration. --- fips/fips.h | 1 + fips/fipshashes.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/fips/fips.h b/fips/fips.h index 8bb0f68117..86030f43c9 100644 --- a/fips/fips.h +++ b/fips/fips.h @@ -73,6 +73,7 @@ int FIPS_selftest_rsa(void); void FIPS_corrupt_dsa(void); int FIPS_selftest_dsa(void); int FIPS_selftest_rng(void); +int FIPS_selfrest_hmac(void); /* The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. diff --git a/fips/fipshashes.c b/fips/fipshashes.c index 784ef5b6ac..57c56001d8 100644 --- a/fips/fipshashes.c +++ b/fips/fipshashes.c @@ -1,7 +1,7 @@ const char * const FIPS_source_hashes[] = { "HMAC-SHA1(fips.c)= 7cbbda3b9e8aec46ee31797179cb72faeef80712", "HMAC-SHA1(fips_err_wrapper.c)= d3e2be316062510312269e98f964cb87e7577898", -"HMAC-SHA1(fips.h)= c0260653a24bb6a986e726326d404b79dfc01b62", +"HMAC-SHA1(fips.h)= eb5bfe9c3078345e2e0cdab8a815b33942f8e79f", "HMAC-SHA1(fips_err.h)= d356c4436362dba2974f767e06c6be1c90dbfe9f", "HMAC-SHA1(aes/fips_aes_core.c)= b70bbbd675efe0613da0d57055310926a0104d55", "HMAC-SHA1(aes/asm/fips-ax86-elf.s)= 361df58c4838e55cf0b5fa1427c81c253e551388", -- 2.25.1