ssh: change return value from gint to guint (CID: 1417453).

Since we're returning the key_len, there is no point in returning
a signed int.

Change-Id: I8854868ecf5250dca1894fdb8910d9ed48c070db
Reviewed-on: https://code.wireshark.org/review/27781
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Dario Lombardo 2018-05-24 17:16:09 +02:00 committed by Anders Broman
parent 7f4c2bae5c
commit 63f7668990
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ ssh_tree_add_string(tvbuff_t *tvb, int offset, proto_tree *tree,
return 4+len;
}
static int
static guint
ssh_tree_add_hostkey(tvbuff_t *tvb, int offset, proto_tree *parent_tree, const char *tree_name,
int ett_idx)
{