capinfos: Remove obsolete message from print_usage() report.

Commit 6b84ddee83 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 <jim.young.ws@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Jim Young 2017-03-19 22:17:30 -04:00 committed by Anders Broman
parent c258b6b056
commit 66dc0aecab
1 changed files with 0 additions and 1 deletions

View File

@ -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