forked from osmocom/wireshark
From Jose Pedro Oliveira:
#ifdef HAVE_LIBGCRYPT block includes a line too many. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5803 svn path=/trunk/; revision=36470daniel/osmux
parent
dcdbb29bed
commit
8735a8d631
|
@ -395,8 +395,8 @@ print_stats_table_header(void)
|
|||
print_stats_table_header_label("RIPEMD160");
|
||||
print_stats_table_header_label("MD5");
|
||||
}
|
||||
if (cap_in_order) print_stats_table_header_label("Strict time order");
|
||||
#endif /* HAVE_LIBGCRYPT */
|
||||
if (cap_in_order) print_stats_table_header_label("Strict time order");
|
||||
|
||||
printf("\n");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue