X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=cast5%2Fcast5.c;fp=cast5%2Fcast5.c;h=00d92aec426491580796efa7b62bf78cb249889f;hp=5e318cffc4d49f5348590cc513e7306137362562;hb=9023000e91b6065961051339700526c98f8438e8;hpb=701cee0d98aab48dd3192c8cc7c77eb42581bc56 diff --git a/cast5/cast5.c b/cast5/cast5.c index 5e318cf..00d92ae 100644 --- a/cast5/cast5.c +++ b/cast5/cast5.c @@ -27,15 +27,16 @@ * */ - #include - #include - #include "cast5.h" - - #undef DEBUG +#include +#include +#include "cast5.h" +#include + +#undef DEBUG - #ifdef DEBUG - #include "cli.h" - #endif +#ifdef DEBUG + #include "cli.h" +#endif #include "cast5-sbox.h"