summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2022-03-22 23:28:24 +0800
committerMatt Johnston <matt@ucc.asn.au>2022-03-22 23:28:24 +0800
commitb794c37de4b69c0252f21b196acc18c9f96f0b00 (patch)
treecd38a4f22eb3ef7cd874d513fed19cbac5a62d51
parentc8dbe3adf0faa1b57a6e4c7c67b0f0efe0304e56 (diff)
downloaddropbear-b794c37de4b69c0252f21b196acc18c9f96f0b00.tar.gz
Use signature type not key type for debug message
-rw-r--r--cli-authpubkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-authpubkey.c b/cli-authpubkey.c
index 817a81d..975d3bd 100644
--- a/cli-authpubkey.c
+++ b/cli-authpubkey.c
@@ -147,7 +147,7 @@ static void send_msg_userauth_pubkey(sign_key *key, enum signature_type sigtype,
buffer* sigbuf = NULL;
enum signkey_type keytype = signkey_type_from_signature(sigtype);
- DEBUG1(("enter send_msg_userauth_pubkey %s", signkey_name_from_type(sigtype,NULL)))
+ DEBUG1(("enter send_msg_userauth_pubkey %s", signature_name_from_type(sigtype, NULL)))
CHECKCLEARTOWRITE();
buf_putbyte(ses.writepayload, SSH_MSG_USERAUTH_REQUEST);