X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=cast5%2Fcast5.c;h=00d92aec426491580796efa7b62bf78cb249889f;hb=9023000e91b6065961051339700526c98f8438e8;hp=6d7f42fff5b3d323cb7950e2ca1af65154baf077;hpb=d32eba56ce10ea6b9eff123b50d9842673b38f2b;p=avr-crypto-lib.git diff --git a/cast5/cast5.c b/cast5/cast5.c index 6d7f42f..00d92ae 100644 --- a/cast5/cast5.c +++ b/cast5/cast5.c @@ -27,17 +27,16 @@ * */ - #include - #include - #include "cast5.h" - #include "config.h" - #include "debug.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"