aboutsummaryrefslogtreecommitdiffstats
path: root/Source/testing/certificate_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/testing/certificate_test.c')
-rw-r--r--Source/testing/certificate_test.c2
1 files changed, 1 insertions, 1 deletions
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");