summaryrefslogtreecommitdiff
path: root/src/ltc/ciphers/twofish/twofish_tab.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ltc/ciphers/twofish/twofish_tab.c')
-rw-r--r--src/ltc/ciphers/twofish/twofish_tab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ltc/ciphers/twofish/twofish_tab.c b/src/ltc/ciphers/twofish/twofish_tab.c
index d6cc874c..e52d2847 100644
--- a/src/ltc/ciphers/twofish/twofish_tab.c
+++ b/src/ltc/ciphers/twofish/twofish_tab.c
@@ -6,7 +6,7 @@
Twofish tables, Tom St Denis
*/
#ifdef LTC_TWOFISH_TABLES
-#ifdef __LTC_TWOFISH_TAB_C__
+#ifdef LTC_TWOFISH_TAB_C
/* pre generated 8x8 tables from the four 4x4s */
static const unsigned char SBOX[2][256] = {
@@ -482,5 +482,5 @@ static const ulong32 rs_tab7[256] = {
#endif /* LTC_TWOFISH_ALL_TABLES */
-#endif /* __LTC_TWOFISH_TAB_C__ */
+#endif /* LTC_TWOFISH_TAB_C */
#endif