summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-09 09:15:59 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-12-09 09:15:59 +0100
commit21207fe09ab75cb6ac03c3caf2f16c4e0d85b791 (patch)
treebed6430cbf528a2b8c6bbedd9cf0906a98044e41
parentaf15ba556ae055df4204a87a7fb1619137703b10 (diff)
downloadgnutls-21207fe09ab75cb6ac03c3caf2f16c4e0d85b791.tar.gz
tests: eliminate compilation warning in crq-basic [ci skip]
-rw-r--r--tests/crq-basic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/crq-basic.c b/tests/crq-basic.c
index 26927e9248..71a2b2265b 100644
--- a/tests/crq-basic.c
+++ b/tests/crq-basic.c
@@ -98,7 +98,7 @@ static struct
.pk_oid = "1.2.840.113549.1.1.1",
.version = 1,
},
- { NULL, NULL, NULL, 0}
+ { NULL, NULL, 0, 0}
};
static void tls_log_func(int level, const char *str)