add parentheses to macro

This commit is contained in:
Francois Perrad
2016-01-01 09:40:24 +01:00
committed by Matt Johnston
parent 893d7be5bf
commit edea73b1f8
3 changed files with 5 additions and 5 deletions

2
rsa.h
View File

@@ -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 {