From 717cc12f6097da27d087af5f7c0ccebdfccfd73c Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Fri, 4 Nov 2011 22:10:54 +0200 Subject: Fix test-x509v3 build Signed-hostap: Jouni Malinen --- tests/test-x509v3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-x509v3.c b/tests/test-x509v3.c index c472c8a..6943efc 100644 --- a/tests/test-x509v3.c +++ b/tests/test-x509v3.c @@ -59,7 +59,7 @@ int main(int argc, char *argv[]) } printf("\n\nValidating certificate chain\n"); - if (x509_certificate_chain_validate(last, certs, &reason) < 0) { + if (x509_certificate_chain_validate(last, certs, &reason, 0) < 0) { printf("\nCertificate chain validation failed: %d\n", reason); return -1; } -- cgit v1.1