summaryrefslogtreecommitdiff
path: root/tests/x509_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/x509_test.c')
-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 00a7316078..7a3b35ad4e 100644
--- a/tests/x509_test.c
+++ b/tests/x509_test.c
@@ -101,7 +101,7 @@ int _gnutls_verify_x509_mem( const char *ca, int ca_size)
i = 1;
do {
- siz2 = _gnutls_fbase64_decode(ptr, siz, &b64);
+ siz2 = _gnutls_fbase64_decode( NULL, ptr, siz, &b64);
siz -= siz2; /* FIXME: this is not enough
*/