summaryrefslogtreecommitdiff
path: root/src/trunnel/hs/cell_establish_intro.trunnel
diff options
context:
space:
mode:
Diffstat (limited to 'src/trunnel/hs/cell_establish_intro.trunnel')
-rw-r--r--src/trunnel/hs/cell_establish_intro.trunnel2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trunnel/hs/cell_establish_intro.trunnel b/src/trunnel/hs/cell_establish_intro.trunnel
index 4f9e8f7e08..33a133bf67 100644
--- a/src/trunnel/hs/cell_establish_intro.trunnel
+++ b/src/trunnel/hs/cell_establish_intro.trunnel
@@ -26,9 +26,9 @@ struct hs_cell_establish_intro {
u8 handshake_mac[TRUNNEL_SHA3_256_LEN];
/* Signature */
- u16 sig_len;
/* Indicate the end of the handshake authentication data. */
@ptr end_sig_fields;
+ u16 sig_len;
u8 sig[sig_len];
};