diff options
author | segfault <segfault@secmail.pro> | 2019-05-28 06:50:35 +0200 |
---|---|---|
committer | segfault <segfault@secmail.pro> | 2019-05-28 06:50:35 +0200 |
commit | 6d7b0811c91a1387b1b315d5c119c1f38ff5350d (patch) | |
tree | 9de777ea047cdd915e2d760049b0688b71c36e9e /funccrypt.h | |
parent | 76e89361f6cba455934dd19bce0deae1ab1c73e6 (diff) |
crypt_strs requires _DEBUG
Signed-off-by: segfault <segfault@secmail.pro>
Diffstat (limited to 'funccrypt.h')
-rw-r--r-- | funccrypt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/funccrypt.h b/funccrypt.h index 2e80340..e2ad45a 100644 --- a/funccrypt.h +++ b/funccrypt.h @@ -74,7 +74,9 @@ typedef enum crypt_return { CRYPT_EPILOGUE(name); \ } +#ifdef _DEBUG extern const char *crypt_strs[]; +#endif extern void printHexBuf(uint8_t *buf, size_t siz, size_t chars_per_line); extern crypt_return crypt_func(void *fn_start); |