From 0773bdcf3fe30c66a8ed527e217eae7443b20b85 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 30 May 2006 13:00:18 +0000 Subject: - included charons module tests to build & dist --- src/charon/testing/rsa_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/charon/testing/rsa_test.c') diff --git a/src/charon/testing/rsa_test.c b/src/charon/testing/rsa_test.c index 696901531..90baf3f5a 100644 --- a/src/charon/testing/rsa_test.c +++ b/src/charon/testing/rsa_test.c @@ -205,7 +205,7 @@ void test_rsa(protected_tester_t *tester) /* key loading */ private_key = rsa_private_key_create_from_file("alice.der", NULL); tester->assert_true(tester, private_key != NULL, "loading private key from file"); - certificate = x509_create_from_file("alice-cert.der"); + certificate = x509_create_from_file("alice-cert.der", "testcert"); tester->assert_true(tester, public_key != NULL, "loading certificate from file"); public_key = certificate->get_public_key(certificate); tester->assert_true(tester, public_key != NULL, "loading public key from certificate"); -- cgit v1.2.3