diff options
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test_hs_service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_hs_service.c b/src/test/test_hs_service.c index 8890c11da1..039d727cea 100644 --- a/src/test/test_hs_service.c +++ b/src/test/test_hs_service.c @@ -23,7 +23,7 @@ static void test_gen_establish_intro_cell(void *arg) { (void) arg; - int retval; + ssize_t retval; uint8_t circuit_key_material[DIGEST_LEN] = {0}; uint8_t buf[RELAY_PAYLOAD_SIZE]; hs_cell_establish_intro_t *cell_out = NULL; |