summaryrefslogtreecommitdiff
path: root/src/DES.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/DES.c')
-rw-r--r--src/DES.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/DES.c b/src/DES.c
index c5c2416..2987956 100644
--- a/src/DES.c
+++ b/src/DES.c
@@ -33,8 +33,6 @@
/* Include the actial DES implementation */
#include "libtom/tomcrypt_des.c"
-#undef DES /* this is needed because tomcrypt_custom.h defines DES to an empty string */
-
#include <assert.h>
typedef struct {