diff rsa.h @ 1274:9da3e7b4fe55

add parentheses to macro
author Francois Perrad <francois.perrad@gadz.org>
date Fri, 01 Jan 2016 09:40:24 +0100
parents deed0571cacc
children 750ec4ec4cbe
line wrap: on
line diff
--- a/rsa.h	Fri Jan 01 09:20:50 2016 +0100
+++ b/rsa.h	Fri Jan 01 09:40:24 2016 +0100
@@ -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 {