From 1973e833f2f8987c7be494e5dff86008a8557758 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. --- include/libssh/session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libssh/session.h') diff --git a/include/libssh/session.h b/include/libssh/session.h index 20c94da4..4bb0753b 100644 --- a/include/libssh/session.h +++ b/include/libssh/session.h @@ -141,6 +141,7 @@ struct ssh_session_struct { struct { ssh_key rsa_key; ssh_key dsa_key; + ssh_key ecdsa_key; /* The type of host key wanted by client */ enum ssh_keytypes_e hostkey; -- cgit