aboutsummaryrefslogtreecommitdiffstats
path: root/capinfos.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-06-28 15:18:21 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-06-28 15:18:21 +0000
commit0623a49e2d2445941f3e16f006085539a4bd90bd (patch)
tree904ec7b6e6d580ed5f25e8a032bcba8c08895259 /capinfos.c
parent624c40ae2519d614166566c2161ab7139e9ff06e (diff)
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
Diffstat (limited to 'capinfos.c')
-rw-r--r--capinfos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/capinfos.c b/capinfos.c
index 40f75ff578..36c1dccf09 100644
--- a/capinfos.c
+++ b/capinfos.c
@@ -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