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/bind.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh/bind.h') diff --git a/include/libssh/bind.h b/include/libssh/bind.h index b2b856ad..2078d440 100644 --- a/include/libssh/bind.h +++ b/include/libssh/bind.h @@ -34,8 +34,10 @@ struct ssh_bind_struct { /* options */ char *wanted_methods[10]; char *banner; + char *ecdsakey; char *dsakey; char *rsakey; + ssh_key ecdsa; ssh_key dsa; ssh_key rsa; char *bindaddr; -- cgit