From: bg Date: Wed, 14 Mar 2012 18:30:22 +0000 (+0000) Subject: small fix X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=commitdiff_plain;h=9023000e91b6065961051339700526c98f8438e8 small fix --- 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"