summaryrefslogtreecommitdiff
path: root/lib/x509_b64.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/x509_b64.c')
-rw-r--r--lib/x509_b64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509_b64.c b/lib/x509_b64.c
index fcace95a6f..668760a0b3 100644
--- a/lib/x509_b64.c
+++ b/lib/x509_b64.c
@@ -86,7 +86,7 @@ _gnutls_fbase64_encode(const char *msg, const uint8_t * data,
return GNUTLS_E_MEMORY_ERROR;
}
- bytes = pos = 0;
+ bytes = 0;
INCR(bytes, top_len, max);
pos = top_len;