Replaced cipher 3 with 17 as cipher 3 support is removed

Change-Id: I881d25ae24513f056a9cc208407d6e35e624eec4
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/data/ipmi_raw_cmd_table.py b/data/ipmi_raw_cmd_table.py
index b8a2b41..f68f5ac 100644
--- a/data/ipmi_raw_cmd_table.py
+++ b/data/ipmi_raw_cmd_table.py
@@ -11,7 +11,7 @@
 # Refer:
 # openbmc/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipe
 # s-phosphor/ipmi/phosphor-ipmi-host/cipher_list.json
-valid_ciphers = ['3', '17']
+valid_ciphers = ['17']
 unsupported_ciphers = ['1', '2', '15', '16']
 
 IPMI_RAW_CMD = {