Remove Cipher suite 3 from cipher list

Reason: For security reason- HMAC-SHA1 is deprecated.

Plesae note: Use latest ipmitool or ipmitool v1.8.18.177.g7ccea28 later

Tested:
ipmitool lan print <channel>
Should not list cipher 3 as supported.

Signed-off-by: Suryakanth Sekar <suryakanth.sekar@linux.intel.com>
Change-Id: Ie8f8749aa60cdadcd5d4aaf0cf6ba8e3928b16c6
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json b/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json
index 767fc70..049ded0 100644
--- a/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json
+++ b/recipes-phosphor/ipmi/phosphor-ipmi-config/cipher_list.json
@@ -1,10 +1,4 @@
 {
-    "a":{
-        "cipher":3,
-        "authentication":1,
-        "integrity":1,
-        "confidentiality":1
-    },
     "b":{
         "cipher":17,
         "authentication":3,