tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 3ccb94d7b6ff6806bc17d71ef461f4211a014879
parent aa45511250ed9509ca06b76497f66835796a7998
Author: Nick Mathewson <nickm@torproject.org>
Date:   Sat, 11 Aug 2018 16:36:05 -0400

The RSA_free in this test is no longer needed or wanted

Diffstat:
Msrc/test/test_tortls.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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); }