From f0b24c9a0e6c8d5ce26ecc3129c22f2f44ccf8e9 Mon Sep 17 00:00:00 2001 From: Jeremy Ellington Date: Wed, 23 Feb 2005 16:29:55 +0000 Subject: [PATCH] remove inaccurate assert. --- ipmitool/src/plugins/lanplus/lanplus_crypt.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ipmitool/src/plugins/lanplus/lanplus_crypt.c b/ipmitool/src/plugins/lanplus/lanplus_crypt.c index baed14c..8a9079b 100644 --- a/ipmitool/src/plugins/lanplus/lanplus_crypt.c +++ b/ipmitool/src/plugins/lanplus/lanplus_crypt.c @@ -227,10 +227,6 @@ int lanplus_rakp4_hmac_matches(const struct ipmi_session * session, if (session->v2_data.auth_alg == IPMI_AUTH_RAKP_NONE) return 1; - /* We don't yet support other alogrithms */ - assert(session->v2_data.auth_alg == IPMI_INTEGRITY_HMAC_SHA1_96); - - bufferLength = 16 + /* Rm */ 4 + /* SIDc */