The RSA_free in this test is no longer needed or wanted

This commit is contained in:
Nick Mathewson 2018-08-11 16:36:05 -04:00
parent aa45511250
commit 3ccb94d7b6

View 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);
}