aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/testing/rsa_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/charon/testing/rsa_test.c')
-rw-r--r--src/charon/testing/rsa_test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/charon/testing/rsa_test.c b/src/charon/testing/rsa_test.c
index 90baf3f5a..ee0d78259 100644
--- a/src/charon/testing/rsa_test.c
+++ b/src/charon/testing/rsa_test.c
@@ -177,7 +177,6 @@ void test_rsa(protected_tester_t *tester)
// free(signature.ptr);
//
// private_key->destroy(private_key);
-// public_key->destroy(public_key);
/* key setting */
private_key = rsa_private_key_create_from_chunk(der_private_key);
@@ -220,7 +219,6 @@ void test_rsa(protected_tester_t *tester)
free(signature.ptr);
certificate->destroy(certificate);
- public_key->destroy(public_key);
private_key->destroy(private_key);
}