[tor-commits] [tor/master] The RSA_free in this test is no longer needed or wanted

nickm at torproject.org nickm at torproject.org
Wed Sep 5 00:47:14 UTC 2018


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

    The RSA_free in this test is no longer needed or wanted
---
 src/test/test_tortls.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/test/test_tortls.c b/src/test/test_tortls.c
index 49a39e264..cd3435556 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);
 }





More information about the tor-commits mailing list