X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..23bbea75793621e6b21fbb13c00d8223113cf7b5:/symm/tiger.c diff --git a/symm/tiger.c b/symm/tiger.c index f9aa824..95faf56 100644 --- a/symm/tiger.c +++ b/symm/tiger.c @@ -32,12 +32,11 @@ #include "ghash-def.h" #include "hash.h" #include "tiger.h" -#include "tiger-tab.h" #include "tiger-base.h" /*----- S-boxes -----------------------------------------------------------*/ -static const kludge64 s[4][256] = TIGER_S; +extern const kludge64 tiger_s[4][256]; /*----- Main code ---------------------------------------------------------*/