From 247ad8f6613347b1e0d3d7b06dfcb201e5a29f40 Mon Sep 17 00:00:00 2001 From: Jeremy Ellington Date: Thu, 10 Feb 2005 17:14:54 +0000 Subject: [PATCH] Corrected size of RAKP1 messages (43 ==> 44) --- ipmitool/src/plugins/lanplus/lanplus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipmitool/src/plugins/lanplus/lanplus.h b/ipmitool/src/plugins/lanplus/lanplus.h index dd2e872..7cc2261 100644 --- a/ipmitool/src/plugins/lanplus/lanplus.h +++ b/ipmitool/src/plugins/lanplus/lanplus.h @@ -129,7 +129,7 @@ * one integrity algorithm, and 1 encyrption alogrithm */ #define IPMI_OPEN_SESSION_REQUEST_SIZE 32 -#define IPMI_RAKP1_MESSAGE_SIZE 43 +#define IPMI_RAKP1_MESSAGE_SIZE 44 #define IPMI_RAKP3_MESSAGE_MAX_SIZE 28 #define IPMI_MAX_USER_NAME_LENGTH 16