From 58e82be3c4b617bb1f7deb550ba59158db0314ca Mon Sep 17 00:00:00 2001 From: Marie-Josee Blais Date: Tue, 27 Apr 2010 16:53:05 +0000 Subject: [PATCH] Changed default cipher suite to 1 instead of 3 for iol20 --- ipmitool/lib/ipmi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipmitool/lib/ipmi_main.c b/ipmitool/lib/ipmi_main.c index 3d93736..1a065eb 100644 --- a/ipmitool/lib/ipmi_main.c +++ b/ipmitool/lib/ipmi_main.c @@ -379,7 +379,7 @@ ipmi_main(int argc, char ** argv, char * seloem = NULL; int port = 0; int devnum = 0; - int cipher_suite_id = 3; /* See table 22-19 of the IPMIv2 spec */ + int cipher_suite_id = 1; /* See table 22-19 of the IPMIv2 spec */ int argflag, i, found; int rc = -1; char sol_escape_char = SOL_ESCAPE_CHARACTER_DEFAULT;