]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Remove dead store in pkcs12_info().
authorFabian Keil <fk@fabiankeil.de>
Mon, 24 Aug 2009 17:30:49 +0000 (19:30 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 31 Aug 2009 10:50:14 +0000 (12:50 +0200)
Signed-off-by: Simon Josefsson <simon@josefsson.org>
src/certtool.c

index 9e972b2fe3229743addf885261b729bb320d22bf..c1f41345ddaaeeb861db5d1c23c7e2c49687f3f0 100644 (file)
@@ -2734,8 +2734,6 @@ pkcs12_info (void)
   if (result < 0)
     error (0, 0, "verify_mac: %s", gnutls_strerror (result));
 
-  indx = 0;
-
   for (indx = 0;; indx++)
     {
       result = gnutls_pkcs12_bag_init (&bag);