From 66dc0aecab655d64a02d34209b73016988b6faa5 Mon Sep 17 00:00:00 2001 From: Jim Young Date: Sun, 19 Mar 2017 22:17:30 -0400 Subject: [PATCH] capinfos: Remove obsolete message from print_usage() report. Commit 6b84ddee83e70aff944da084129624226b7a32fa made libcrypt a mandatory dependency. Remove overlooked help message claiming that hashing support is not present. Change-Id: I908dbbf4d37253fe01513988a42f074322344c0f Reviewed-on: https://code.wireshark.org/review/20644 Petri-Dish: Jim Young Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- capinfos.c | 1 - 1 file changed, 1 deletion(-) diff --git a/capinfos.c b/capinfos.c index a2b869e2cc..132caa5522 100644 --- a/capinfos.c +++ b/capinfos.c @@ -1371,7 +1371,6 @@ print_usage(FILE *output) fprintf(output, "\n"); fprintf(output, "If no options are given the default is to display all infos in long report\n"); fprintf(output, "output format.\n"); - fprintf(output, "\nFile hashing support (-H) is not present.\n"); } #ifdef HAVE_PLUGINS -- 2.34.1