summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-09-01 13:23:12 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-09-01 13:23:12 +0000
commite4979a1249847ea9497fbf3ce0d8430d1e5e9628 (patch)
treef6aefb5c6dd82001b0b21664fd1ca2cd994dcf42 /tests
parent2f0a0bc9f3146caea3483f34e356bfcffb381de4 (diff)
downloadgnutls-e4979a1249847ea9497fbf3ce0d8430d1e5e9628.tar.gz
Updated the base64 encoding/decoding functions.
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 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
*/