summaryrefslogtreecommitdiff
path: root/src/DES.c
diff options
context:
space:
mode:
authorDwayne Litzenberger <dlitz@dlitz.net>2014-06-22 20:11:46 -0700
committerDwayne Litzenberger <dlitz@dlitz.net>2014-06-22 20:15:21 -0700
commitde67e51324fc7ecfb553046938b2f734e48ce9e7 (patch)
tree014b569f4dbe757b474fe0cc8bbc5d050ad0f6aa /src/DES.c
parent33859d41784c85a64da5b6cf8856f086b2c77b8f (diff)
parent780eb557aedd3de7689aa215b3f13082dc60e2e1 (diff)
downloadpycrypto-de67e51324fc7ecfb553046938b2f734e48ce9e7.tar.gz
Upgrade libtomcrypt 1.16 -> 1.17 (LP#1264130)
This should fix a FreeBSD build issue: https://bugs.launchpad.net/pycrypto/+bug/1264130 Thanks to Richard Mitchell <richard.j.mitchell@gmail.com> for suggesting how to fix this.
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 {