Fixed values for 2-key Triple DES in cipher layer
(cherry picked from commit 2be71faae4df9f97a700e7e813dad7b544492339)
diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c
index 4d947f6..030477f 100644
--- a/library/cipher_wrap.c
+++ b/library/cipher_wrap.c
@@ -556,8 +556,8 @@
     POLARSSL_MODE_CBC,
     POLARSSL_KEY_LENGTH_DES_EDE,
     "DES-EDE-CBC",
-    16,
-    16,
+    8,
+    8,
     &des_ede_info
 };