Browse Source

The RSA_free in this test is no longer needed or wanted

Nick Mathewson 5 years ago
parent
commit
3ccb94d7b6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/test/test_tortls.c

+ 0 - 1
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);
 }