summaryrefslogtreecommitdiff
path: root/src/DES.c
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2009-03-01 16:12:17 -0500
committerDwayne C. Litzenberger <dlitz@dlitz.net>2009-03-01 16:13:32 -0500
commit0809a005103bd0399fe8e445eeda7d71fdda0c4e (patch)
tree90f7add4d5188076b73183b0a03cd29db69b0cc6 /src/DES.c
parentf683c54320915531958d6aac92233466b0117777 (diff)
downloadpycrypto-0809a005103bd0399fe8e445eeda7d71fdda0c4e.tar.gz
DES: Rename des.c to tomcrypt_des.c to avoid confusion with DES.c on case-insensitive filesystems
I don't know if this would have caused problems on Windows, but I'm doing this anyway to avoid any potential issues.
Diffstat (limited to 'src/DES.c')
-rw-r--r--src/DES.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DES.c b/src/DES.c
index 085199b..2498aed 100644
--- a/src/DES.c
+++ b/src/DES.c
@@ -65,7 +65,7 @@
#define ARGTYPE 4
/* Include the actial DES implementation */
-#include "libtom/des.c"
+#include "libtom/tomcrypt_des.c"
#undef DES /* this is needed because tomcrypt_custom.h defines DES to an empty string */