mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix wide lines
This commit is contained in:
parent
ec3e046986
commit
6a64563b1d
@ -55,7 +55,8 @@ int hs_ntor_service_get_rendezvous1_keys(
|
||||
const curve25519_public_key_t *client_ephemeral_enc_pubkey,
|
||||
hs_ntor_rend_cell_keys_t *hs_ntor_rend_cell_keys_out);
|
||||
|
||||
int hs_ntor_circuit_key_expansion(const uint8_t *ntor_key_seed, size_t seed_len,
|
||||
int hs_ntor_circuit_key_expansion(const uint8_t *ntor_key_seed,
|
||||
size_t seed_len,
|
||||
uint8_t *keys_out, size_t keys_out_len);
|
||||
|
||||
int hs_ntor_client_rendezvous2_mac_is_good(
|
||||
|
@ -291,8 +291,8 @@ test_e2e_rend_circuit_setup(void *arg)
|
||||
{
|
||||
uint8_t ntor_key_seed[DIGEST256_LEN] = {2};
|
||||
retval = hs_circuit_setup_e2e_rend_circ(or_circ,
|
||||
ntor_key_seed, sizeof(ntor_key_seed),
|
||||
1);
|
||||
ntor_key_seed, sizeof(ntor_key_seed),
|
||||
1);
|
||||
tt_int_op(retval, OP_EQ, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user