summaryrefslogtreecommitdiff
path: root/signkey.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-08-24 18:12:18 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-08-24 18:12:18 +0000
commit005dbf4d4c7dbb99fdac19aebe92a9244e841992 (patch)
treec75494387a545e2d8eba39b3773e4f772d17c91e /signkey.c
parent8a739c9d57de1be9ccc592be9b251b695c26d79e (diff)
downloaddropbear-005dbf4d4c7dbb99fdac19aebe92a9244e841992.tar.gz
Nasty.
Diffstat (limited to 'signkey.c')
-rw-r--r--signkey.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/signkey.c b/signkey.c
index 7ae08b8..2c8da55 100644
--- a/signkey.c
+++ b/signkey.c
@@ -153,6 +153,7 @@ int buf_get_priv_key(buffer *buf, sign_key *key, int *type) {
m_free(ident);
if (*type != DROPBEAR_SIGNKEY_ANY && *type != keytype) {
+ TRACE(("wrong key type: %d %d", *type, keytype));
return DROPBEAR_FAILURE;
}