diff options
Diffstat (limited to 'src/trunnel/hs/cell_establish_intro.h')
-rw-r--r-- | src/trunnel/hs/cell_establish_intro.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/trunnel/hs/cell_establish_intro.h b/src/trunnel/hs/cell_establish_intro.h index 9a066b1804..a9166f10d8 100644 --- a/src/trunnel/hs/cell_establish_intro.h +++ b/src/trunnel/hs/cell_establish_intro.h @@ -1,4 +1,4 @@ -/* cell_establish_intro.h -- generated by by Trunnel v1.5. +/* cell_establish_intro.h -- generated by by Trunnel v1.5.1. * https://gitweb.torproject.org/trunnel.git * You probably shouldn't edit this file. */ @@ -75,7 +75,7 @@ const uint8_t * hs_cell_establish_intro_get_start_cell(const hs_cell_establish_i /** Return the value of the auth_key_type field of the * hs_cell_establish_intro_t in 'inp' */ -uint8_t hs_cell_establish_intro_get_auth_key_type(hs_cell_establish_intro_t *inp); +uint8_t hs_cell_establish_intro_get_auth_key_type(const hs_cell_establish_intro_t *inp); /** Set the value of the auth_key_type field of the * hs_cell_establish_intro_t in 'inp' to 'val'. Return 0 on success; * return -1 and set the error code on 'inp' on failure. @@ -84,7 +84,7 @@ int hs_cell_establish_intro_set_auth_key_type(hs_cell_establish_intro_t *inp, ui /** Return the value of the auth_key_len field of the * hs_cell_establish_intro_t in 'inp' */ -uint16_t hs_cell_establish_intro_get_auth_key_len(hs_cell_establish_intro_t *inp); +uint16_t hs_cell_establish_intro_get_auth_key_len(const hs_cell_establish_intro_t *inp); /** Set the value of the auth_key_len field of the * hs_cell_establish_intro_t in 'inp' to 'val'. Return 0 on success; * return -1 and set the error code on 'inp' on failure. @@ -173,7 +173,7 @@ const uint8_t * hs_cell_establish_intro_getconstarray_handshake_mac(const hs_ce /** Return the value of the sig_len field of the * hs_cell_establish_intro_t in 'inp' */ -uint16_t hs_cell_establish_intro_get_sig_len(hs_cell_establish_intro_t *inp); +uint16_t hs_cell_establish_intro_get_sig_len(const hs_cell_establish_intro_t *inp); /** Set the value of the sig_len field of the * hs_cell_establish_intro_t in 'inp' to 'val'. Return 0 on success; * return -1 and set the error code on 'inp' on failure. |