1
1

server: Add ecdsa hostkey support.

Этот коммит содержится в:
Andreas Schneider 2012-02-15 09:23:07 +01:00
родитель 88d6e6253c
Коммит a3cb5b0707

Просмотреть файл

@ -209,7 +209,7 @@ int ssh_bind_listen(ssh_bind sshbind) {
if (ssh_key_type(sshbind->dsa) != SSH_KEYTYPE_DSS) { if (ssh_key_type(sshbind->dsa) != SSH_KEYTYPE_DSS) {
ssh_set_error(sshbind, SSH_FATAL, 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); ssh_key_free(sshbind->dsa);
return SSH_ERROR; return SSH_ERROR;
} }