diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-12-08 16:56:24 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-12-08 16:59:25 -0500 |
commit | bc68eedd79286420f8dcab5fa4ed83401299c89c (patch) | |
tree | 84e128effdd94fa9b1f44d1bee2617be91b278f7 /src/trunnel/hs/cell_establish_intro.c | |
parent | e1f00c5f8620f46f97ac58b2a1787852891c8981 (diff) | |
download | tor-bc68eedd79286420f8dcab5fa4ed83401299c89c.tar.gz tor-bc68eedd79286420f8dcab5fa4ed83401299c89c.zip |
Update to trunnel 1.5.1
Diffstat (limited to 'src/trunnel/hs/cell_establish_intro.c')
-rw-r--r-- | src/trunnel/hs/cell_establish_intro.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/trunnel/hs/cell_establish_intro.c b/src/trunnel/hs/cell_establish_intro.c index f3a3f53e91..02094fe2bf 100644 --- a/src/trunnel/hs/cell_establish_intro.c +++ b/src/trunnel/hs/cell_establish_intro.c @@ -1,4 +1,4 @@ -/* cell_establish_intro.c -- generated by Trunnel v1.5. +/* cell_establish_intro.c -- generated by Trunnel v1.5.1. * https://gitweb.torproject.org/trunnel.git * You probably shouldn't edit this file. */ @@ -75,7 +75,7 @@ hs_cell_establish_intro_get_start_cell(const hs_cell_establish_intro_t *inp) return inp->start_cell; } uint8_t -hs_cell_establish_intro_get_auth_key_type(hs_cell_establish_intro_t *inp) +hs_cell_establish_intro_get_auth_key_type(const hs_cell_establish_intro_t *inp) { return inp->auth_key_type; } @@ -90,7 +90,7 @@ hs_cell_establish_intro_set_auth_key_type(hs_cell_establish_intro_t *inp, uint8_ return 0; } uint16_t -hs_cell_establish_intro_get_auth_key_len(hs_cell_establish_intro_t *inp) +hs_cell_establish_intro_get_auth_key_len(const hs_cell_establish_intro_t *inp) { return inp->auth_key_len; } @@ -232,7 +232,7 @@ hs_cell_establish_intro_getconstarray_handshake_mac(const hs_cell_establish_intr return (const uint8_t *)hs_cell_establish_intro_getarray_handshake_mac((hs_cell_establish_intro_t*)inp); } uint16_t -hs_cell_establish_intro_get_sig_len(hs_cell_establish_intro_t *inp) +hs_cell_establish_intro_get_sig_len(const hs_cell_establish_intro_t *inp) { return inp->sig_len; } |