]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - sha1/sha1.c
some adjustments for debugging
[avr-crypto-lib.git] / sha1 / sha1.c
index d92286d78e9bbbe0b27fad631571db488d36d3fa..3e14a3e2b5042a30e931a1534a4911fb26eb52ef 100644 (file)
 #include <string.h> /* memcpy & co */
 #include <stdint.h>
 #include "config.h"
-#undef DEBUG
-//#define DEBUG UART
 #include "debug.h"
 #include "sha1.h"
 
+#ifdef DEBUG
+#  undef DEBUG
+#endif
+
+
 #define LITTLE_ENDIAN
 
 /********************************************************************************************************/