X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/a6d4e93cb55b2cdfbdcb84a57ff3a3609325ec47..refs/pull/565/head:/common/polarssl/des.c?ds=sidebyside

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)