Fixed values for 2-key Triple DES in cipher layer
diff --git a/library/cipher_wrap.c b/library/cipher_wrap.c
index ad829b7..9437212 100644
--- a/library/cipher_wrap.c
+++ b/library/cipher_wrap.c
@@ -535,8 +535,8 @@
     POLARSSL_MODE_CBC,
     POLARSSL_KEY_LENGTH_DES_EDE,
     "DES-EDE-CBC",
-    16,
-    16,
+    8,
+    8,
     &des_ede_info
 };