X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0f00dc4c8eb47e67bc0f148c2dd109f73a451e0a..e5b61a8dec3586f96d25bd3ef454176526ff0f69:/symm/tiger.c diff --git a/symm/tiger.c b/symm/tiger.c index f9aa8243..95faf56f 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 ---------------------------------------------------------*/