From Jose Pedro Oliveira via bug 5803:

#ifdef HAVE_LIBGCRYPT block includes a line too many.
"Fixes 2nd instance of the problem"

svn path=/trunk/; revision=37816
This commit is contained in:
Stig Bjørlykke 2011-06-28 15:18:21 +00:00
parent 624c40ae25
commit 0623a49e2d
1 changed files with 1 additions and 1 deletions

View File

@ -360,8 +360,8 @@ print_stats(const gchar *filename, capture_info *cf_info)
printf ("RIPEMD160: %s\n", file_rmd160);
printf ("MD5: %s\n", file_md5);
}
if (cap_in_order) printf ("Strict time order: %s\n", (cf_info->in_order) ? "True" : "False");
#endif /* HAVE_LIBGCRYPT */
if (cap_in_order) printf ("Strict time order: %s\n", (cf_info->in_order) ? "True" : "False");
}
static void