comparison 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
comparison
equal deleted inserted replaced
1273:139935236c72 1274:9da3e7b4fe55
28 #include "includes.h" 28 #include "includes.h"
29 #include "buffer.h" 29 #include "buffer.h"
30 30
31 #ifdef DROPBEAR_RSA 31 #ifdef DROPBEAR_RSA
32 32
33 #define RSA_SIGNATURE_SIZE 4+7+4+40 33 #define RSA_SIGNATURE_SIZE (4+7+4+40)
34 34
35 typedef struct { 35 typedef struct {
36 36
37 mp_int* n; 37 mp_int* n;
38 mp_int* e; 38 mp_int* e;