summaryrefslogtreecommitdiff
path: root/src/or/rendservice.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-01 12:13:40 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-01 12:13:40 -0500
commit953a8f851081e6157e9296186c296ab10106b7eb (patch)
treef370971d890c5e0608b6bbb05331bcdb4f22b0af /src/or/rendservice.c
parent495db72c1eee7f9ed890ae252eb5b61a70438065 (diff)
parentf97f301b5b5605f559522ffae2159fc4d061817c (diff)
downloadtor-953a8f851081e6157e9296186c296ab10106b7eb.tar.gz
tor-953a8f851081e6157e9296186c296ab10106b7eb.zip
Merge branch 'maint-0.2.8' into maint-0.2.9
Diffstat (limited to 'src/or/rendservice.c')
-rw-r--r--src/or/rendservice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/rendservice.c b/src/or/rendservice.c
index 455fc82854..a8c383444d 100644
--- a/src/or/rendservice.c
+++ b/src/or/rendservice.c
@@ -1816,7 +1816,7 @@ rend_service_receive_introduction(origin_circuit_t *circuit,
time_t now = time(NULL);
time_t elapsed;
int replay;
- size_t keylen;
+ ssize_t keylen;
/* Do some initial validation and logging before we parse the cell */
if (circuit->base_.purpose != CIRCUIT_PURPOSE_S_INTRO) {