From: Mark Wooding Date: Thu, 26 May 2016 08:26:09 +0000 (+0100) Subject: progs/perftest.c: Split out magic table includes into their own stanza. X-Git-Tag: 2.4.0~67 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb/commitdiff_plain/19e6e199b893f71bf6b90bb7aab55316fb2881b0?ds=inline progs/perftest.c: Split out magic table includes into their own stanza. --- diff --git a/progs/perftest.c b/progs/perftest.c index 97a2e0f4..072ab318 100644 --- a/progs/perftest.c +++ b/progs/perftest.c @@ -67,6 +67,7 @@ #include "gcipher.h" #include "ghash.h" #include "gmac.h" + #include "ectab.h" #include "ptab.h"