]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
The RSA_free in this test is no longer needed or wanted
authorNick Mathewson <nickm@torproject.org>
Sat, 11 Aug 2018 20:36:05 +0000 (16:36 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 21 Aug 2018 16:24:08 +0000 (12:24 -0400)
src/test/test_tortls.c

index 49a39e264b6b06b371812f95fb1558c9c74a13ef..cd3435556c50ae3eec58cc44106e77e6a0a424d2 100644 (file)
@@ -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);
 }