X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/e6ee6c4cd135c29fcd3812e0ceea8fe17497700d..refs/pull/57/head:/client/loclass/des.h?ds=inline

diff --git a/client/loclass/des.h b/client/loclass/des.h
index 907d56b1..8b8e6a35 100644
--- a/client/loclass/des.h
+++ b/client/loclass/des.h
@@ -28,7 +28,13 @@
 #define POLARSSL_DES_H
 
 //#include "config.h"
-
+/**
+ * \def POLARSSL_CIPHER_MODE_CBC
+ *
+ * Enable Cipher Block Chaining mode (CBC) for symmetric ciphers.
+ */
+#define POLARSSL_CIPHER_MODE_CBC
+ 
 #include <string.h>
 
 #if defined(_MSC_VER) && !defined(EFIX64) && !defined(EFI32)