summaryrefslogtreecommitdiffhomepage
path: root/rsa.h
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2016-01-01 09:40:24 +0100
committerMatt Johnston <matt@ucc.asn.au>2016-03-16 22:41:19 +0800
commitedea73b1f8d517ca3d41caa0ba7632f95e5c8272 (patch)
treeebc283afff6913f6ecf5407a98c742190447b3ba /rsa.h
parent893d7be5bfaa0764b2a152a208b0b14b6e3d26d9 (diff)
add parentheses to macro
Diffstat (limited to 'rsa.h')
-rw-r--r--rsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsa.h b/rsa.h
index 800be59..94bde5c 100644
--- a/rsa.h
+++ b/rsa.h
@@ -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 {