From a3cb5b070760965bffc306184f3412453eb87edf Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 15 Feb 2012 09:23:07 +0100 Subject: server: Add ecdsa hostkey support. --- src/bind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bind.c') diff --git a/src/bind.c b/src/bind.c index 3da49888..b87d47b2 100644 --- a/src/bind.c +++ b/src/bind.c @@ -209,7 +209,7 @@ int ssh_bind_listen(ssh_bind sshbind) { if (ssh_key_type(sshbind->dsa) != SSH_KEYTYPE_DSS) { ssh_set_error(sshbind, SSH_FATAL, - "The DSA host key has the wrong type"); + "The DSA host key has the wrong type: %d"); ssh_key_free(sshbind->dsa); return SSH_ERROR; } -- cgit v1.2.3