diff options
Diffstat (limited to 'funccrypt.c')
-rw-r--r-- | funccrypt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/funccrypt.c b/funccrypt.c index bfb0b31..2c48192 100644 --- a/funccrypt.c +++ b/funccrypt.c @@ -8,9 +8,11 @@ #include "funccrypt.h" +#ifdef _DEBUG const char *crypt_strs[] = { "ERROR", "PROLOGUE", "EPILOGUE", "CHECK", "OK" }; +#endif void printHexBuf(uint8_t *buf, size_t siz, size_t chars_per_line) |