From ec6582ccaa59e38cb83650c7c6b8312dc9768e87 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 19 Apr 2006 11:40:48 +0000 Subject: - x509 certificate loading with pluto asn1 code - x509 needs a lot more attention! --- Source/testing/certificate_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/testing/certificate_test.c') diff --git a/Source/testing/certificate_test.c b/Source/testing/certificate_test.c index 24143aeff..025893c0b 100644 --- a/Source/testing/certificate_test.c +++ b/Source/testing/certificate_test.c @@ -86,7 +86,7 @@ void test_certificate(protected_tester_t *tester) { chunk_t certificate = {certificate_buffer, sizeof(certificate_buffer)}; - certificate_t *cert = certificate_create_from_chunk(certificate); + x509_t *cert = x509_create_from_chunk(certificate); //certificate_t *cert = certificate_create_from_file("myCert.der"); -- cgit v1.2.3