diff options
-rw-r--r-- | lib/x509/x509.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/x509/x509.c b/lib/x509/x509.c index e1746a4a62..2fa3c6b9c4 100644 --- a/lib/x509/x509.c +++ b/lib/x509/x509.c @@ -2894,7 +2894,6 @@ gnutls_x509_crt_list_import (gnutls_x509_crt_t * certs, gnutls_assert (); return GNUTLS_E_BASE64_DECODING_ERROR; } - size = data->size - (ptr - (char *) data->data); count = 0; |