diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/cryptlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/cryptlib.h b/src/lib/libcrypto/cryptlib.h index 37ce7721fb..88e4ae509f 100644 --- a/src/lib/libcrypto/cryptlib.h +++ b/src/lib/libcrypto/cryptlib.h | |||
| @@ -91,6 +91,7 @@ extern "C" { | |||
| 91 | 91 | ||
| 92 | /* size of string represenations */ | 92 | /* size of string represenations */ |
| 93 | #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) | 93 | #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) |
| 94 | #define HEX_SIZE(type) ((sizeof(type)*2) | ||
| 94 | 95 | ||
| 95 | #ifdef __cplusplus | 96 | #ifdef __cplusplus |
| 96 | } | 97 | } |
