summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/x509_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/x509_test.c b/tests/x509_test.c
index 403ca8b7a1..00a7316078 100644
--- a/tests/x509_test.c
+++ b/tests/x509_test.c
@@ -125,7 +125,7 @@ int _gnutls_verify_x509_mem( const char *ca, int ca_size)
if ((ret =
_gnutls_x509_cert2gnutls_cert(&x509_ca_list[i - 1],
- tmp)) < 0) {
+ tmp, 0)) < 0) {
gnutls_assert();
gnutls_free(b64);
return ret;