diff signkey.c @ 107:d3eb1fa8484e

Nasty.
author Matt Johnston <matt@ucc.asn.au>
date Tue, 24 Aug 2004 18:12:18 +0000
parents b0316ce64e4b
children 0cfba3034be5
line wrap: on
line diff
--- a/signkey.c	Tue Aug 24 07:22:36 2004 +0000
+++ b/signkey.c	Tue Aug 24 18:12:18 2004 +0000
@@ -153,6 +153,7 @@
 	m_free(ident);
 
 	if (*type != DROPBEAR_SIGNKEY_ANY && *type != keytype) {
+		TRACE(("wrong key type: %d %d", *type, keytype));
 		return DROPBEAR_FAILURE;
 	}