X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/930763e86d35df9e1cdd88b0ab6f034c3428c4a1..cd2f1acd1b4e1458422462f9584a06900f8f3719:/common/polarssl/des.c?ds=inline

diff --git a/common/polarssl/des.c b/common/polarssl/des.c
index 746752d7..b33deb6c 100644
--- a/common/polarssl/des.c
+++ b/common/polarssl/des.c
@@ -29,7 +29,7 @@
  *  http://csrc.nist.gov/publications/fips/fips46-3/fips46-3.pdf
  */
 
-//#include "polarssl/config.h"
+#include "polarssl_config.h"
 #define POLARSSL_DES_C
 
 #if defined(POLARSSL_DES_C)