Corrected size of RAKP1 messages (43 ==> 44)

This commit is contained in:
Jeremy Ellington 2005-02-10 17:14:54 +00:00
parent 5679de9984
commit 247ad8f661

View File

@ -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