X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/89717a56084f7cac56330c8527fbaff99b15709b..HEAD:/symm/rijndael.c diff --git a/symm/rijndael.c b/symm/rijndael.c index 7db9e012..597ae98f 100644 --- a/symm/rijndael.c +++ b/symm/rijndael.c @@ -34,6 +34,11 @@ #include +#if defined(TEST_RIG) && defined(ENABLE_ASM_DEBUG) +# include "regdump.h" +# define BLKC_TESTHOOK do { regdump_init(); } while (0) +#endif + #include "blkc.h" #include "dispatch.h" #include "gcipher.h"