diff options
author | Francois Perrad <francois.perrad@gadz.org> | 2016-01-01 09:40:24 +0100 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2016-03-16 22:41:19 +0800 |
commit | edea73b1f8d517ca3d41caa0ba7632f95e5c8272 (patch) | |
tree | ebc283afff6913f6ecf5407a98c742190447b3ba /rsa.h | |
parent | 893d7be5bfaa0764b2a152a208b0b14b6e3d26d9 (diff) |
add parentheses to macro
Diffstat (limited to 'rsa.h')
-rw-r--r-- | rsa.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ #ifdef DROPBEAR_RSA -#define RSA_SIGNATURE_SIZE 4+7+4+40 +#define RSA_SIGNATURE_SIZE (4+7+4+40) typedef struct { |