Mercurial > dropbear
comparison signkey.c @ 560:52d7301e46bd agent-client
Agent forwarding works
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 30 Jul 2009 15:14:33 +0000 |
parents | c3f2ec71e3d4 |
children | b50f0107e505 |
comparison
equal
deleted
inserted
replaced
559:7f66b8e40f2d | 560:52d7301e46bd |
---|---|
82 return DROPBEAR_SIGNKEY_DSS; | 82 return DROPBEAR_SIGNKEY_DSS; |
83 } | 83 } |
84 #endif | 84 #endif |
85 | 85 |
86 TRACE(("signkey_type_from_name unexpected key type.")) | 86 TRACE(("signkey_type_from_name unexpected key type.")) |
87 printhex("Key type", name, namelen); | |
88 | 87 |
89 return DROPBEAR_SIGNKEY_NONE; | 88 return DROPBEAR_SIGNKEY_NONE; |
90 } | 89 } |
91 | 90 |
92 /* returns DROPBEAR_SUCCESS on success, DROPBEAR_FAILURE on fail. | 91 /* returns DROPBEAR_SUCCESS on success, DROPBEAR_FAILURE on fail. |