aboutsummaryrefslogtreecommitdiff
path: root/funccrypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'funccrypt.h')
-rw-r--r--funccrypt.h2
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);