changed interface of fips_verify_hmac_signature

This commit is contained in:
Andreas Steffen
2007-08-29 05:43:45 +00:00
parent 90bcf8b286
commit 2fb15ac606
3 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ static bool initialize(private_daemon_t *this, bool syslog, level_t levels[])
#ifdef INTEGRITY_TEST
DBG1(DBG_DMN, "integrity check of libstrongswan code");
if (fips_verify_hmac_signature(hmac_signature, hmac_key) != SUCCESS)
if (fips_verify_hmac_signature(hmac_key, hmac_signature) != SUCCESS)
{
DBG1(DBG_DMN, " integrity check failed");
return FALSE;