]> git.cryptolib.org Git - avr-crypto-lib.git/commitdiff
small fix
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 14 Mar 2012 18:30:22 +0000 (18:30 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 14 Mar 2012 18:30:22 +0000 (18:30 +0000)
cast5/cast5.c

index 5e318cffc4d49f5348590cc513e7306137362562..00d92aec426491580796efa7b62bf78cb249889f 100644 (file)
  * 
  */
  
- #include <stdint.h>
- #include <string.h>
- #include "cast5.h"
- #undef DEBUG
+#include <stdint.h>
+#include <string.h>
+#include "cast5.h"
+#include <avr/pgmspace.h> 
+
+#undef DEBUG
  
- #ifdef DEBUG
 #include "cli.h"
- #endif
+#ifdef DEBUG
+ #include "cli.h"
+#endif
  
 #include "cast5-sbox.h"