Browse Source

Fix test-x509v3 build

Signed-hostap: Jouni Malinen <j@w1.fi>
Jouni Malinen 13 years ago
parent
commit
717cc12f60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test-x509v3.c

+ 1 - 1
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;
 	}