aboutsummaryrefslogtreecommitdiff
path: root/src/or/onion_fast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/onion_fast.h')
-rw-r--r--src/or/onion_fast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/onion_fast.h b/src/or/onion_fast.h
index 0c2a47537..8c078378d 100644
--- a/src/or/onion_fast.h
+++ b/src/or/onion_fast.h
@@ -13,7 +13,7 @@
#define TOR_ONION_FAST_H
#define CREATE_FAST_LEN DIGEST_LEN
-#define CREATED_FAST_LEN DIGEST_LEN*2
+#define CREATED_FAST_LEN (DIGEST_LEN*2)
typedef struct fast_handshake_state_t {
uint8_t state[DIGEST_LEN];