small fix

This commit is contained in:
bg 2012-03-14 18:30:22 +00:00
parent 701cee0d98
commit 9023000e91
1 changed files with 9 additions and 8 deletions

View File

@ -27,15 +27,16 @@
*
*/
#include <stdint.h>
#include <string.h>
#include "cast5.h"
#include <stdint.h>
#include <string.h>
#include "cast5.h"
#include <avr/pgmspace.h>
#undef DEBUG
#undef DEBUG
#ifdef DEBUG
#include "cli.h"
#endif
#ifdef DEBUG
#include "cli.h"
#endif
#include "cast5-sbox.h"