diff options
Diffstat (limited to 'xmss_commons.h')
-rw-r--r-- | xmss_commons.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xmss_commons.h b/xmss_commons.h index 32fd4e2dc..2cb7cc555 100644 --- a/xmss_commons.h +++ b/xmss_commons.h | |||
@@ -11,5 +11,7 @@ Public domain. | |||
11 | #include <stdint.h> | 11 | #include <stdint.h> |
12 | 12 | ||
13 | void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes); | 13 | void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes); |
14 | #if 0 | ||
14 | void hexdump(const unsigned char *a, size_t len); | 15 | void hexdump(const unsigned char *a, size_t len); |
15 | #endif \ No newline at end of file | 16 | #endif |
17 | #endif | ||