X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=sha1%2Fsha1.c;fp=sha1%2Fsha1.c;h=3e14a3e2b5042a30e931a1534a4911fb26eb52ef;hb=45ad29acafe8ee17f7b1bd5b933a0e04cd51c94e;hp=d92286d78e9bbbe0b27fad631571db488d36d3fa;hpb=aa060d30f8600acb9cc5bcf9fa3d97a2fbe5ccda;p=avr-crypto-lib.git diff --git a/sha1/sha1.c b/sha1/sha1.c index d92286d..3e14a3e 100644 --- a/sha1/sha1.c +++ b/sha1/sha1.c @@ -28,11 +28,14 @@ #include /* memcpy & co */ #include #include "config.h" -#undef DEBUG -//#define DEBUG UART #include "debug.h" #include "sha1.h" +#ifdef DEBUG +# undef DEBUG +#endif + + #define LITTLE_ENDIAN /********************************************************************************************************/