diff options
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; } |