aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_tortls.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-09-15 16:43:17 -0400
committerNick Mathewson <nickm@torproject.org>2017-09-15 16:43:17 -0400
commitf4af1919abc0286514051fbbdd97f824879814bb (patch)
tree25947786250dbe9a4c4630d95c1faaf12629e287 /src/test/test_tortls.c
parent76c33f7ff46df47df0cc880595c4d943d50f019b (diff)
downloadtor-f4af1919abc0286514051fbbdd97f824879814bb.tar.gz
tor-f4af1919abc0286514051fbbdd97f824879814bb.zip
Replace accumulated C ;;s with ;s
I don't know where these came from.
Diffstat (limited to 'src/test/test_tortls.c')
-rw-r--r--src/test/test_tortls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_tortls.c b/src/test/test_tortls.c
index d04a767170..29f7cc9c37 100644
--- a/src/test/test_tortls.c
+++ b/src/test/test_tortls.c
@@ -1290,7 +1290,7 @@ test_tortls_get_tlssecrets(void *ignored)
{
(void)ignored;
int ret;
- uint8_t *secret_out = tor_malloc_zero(DIGEST256_LEN);;
+ uint8_t *secret_out = tor_malloc_zero(DIGEST256_LEN);
tor_tls_t *tls;
tls = tor_malloc_zero(sizeof(tor_tls_t));
tls->ssl = tor_malloc_zero(sizeof(SSL));