aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_hs_service.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-14 16:01:27 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-14 16:01:27 -0500
commita8ac2a62cb29bc9831bafc477927b31a3204af98 (patch)
treec065366d5510998e5fc6e7fda6e6b4830774caee /src/test/test_hs_service.c
parent81360c4a5fde6d66a81c506af657df77d2e63cff (diff)
downloadtor-a8ac2a62cb29bc9831bafc477927b31a3204af98.tar.gz
tor-a8ac2a62cb29bc9831bafc477927b31a3204af98.zip
Fix a few clang warnings.
Diffstat (limited to 'src/test/test_hs_service.c')
-rw-r--r--src/test/test_hs_service.c2
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;