aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_tortls.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-08-11 16:36:05 -0400
committerNick Mathewson <nickm@torproject.org>2018-08-21 12:24:08 -0400
commit3ccb94d7b6ff6806bc17d71ef461f4211a014879 (patch)
treeffc7c544558206b522c83776469f9d3d33945b01 /src/test/test_tortls.c
parentaa45511250ed9509ca06b76497f66835796a7998 (diff)
downloadtor-3ccb94d7b6ff6806bc17d71ef461f4211a014879.tar.gz
tor-3ccb94d7b6ff6806bc17d71ef461f4211a014879.zip
The RSA_free in this test is no longer needed or wanted
Diffstat (limited to 'src/test/test_tortls.c')
-rw-r--r--src/test/test_tortls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test_tortls.c b/src/test/test_tortls.c
index 49a39e264b..cd3435556c 100644
--- a/src/test/test_tortls.c
+++ b/src/test/test_tortls.c
@@ -702,7 +702,6 @@ test_tortls_get_my_client_auth_key(void *ignored)
tt_assert(ret == expected);
done:
- RSA_free(k);
tor_free(expected);
tor_free(ctx);
}