diff options
| author | Andreas Schneider <asn@cryptomilk.org> | 2012-02-15 09:23:07 +0100 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2012-02-19 18:49:07 +0100 |
| commit | 1973e833f2f8987c7be494e5dff86008a8557758 (patch) | |
| tree | 5575fbdd4919c3a7acc60127987820482a015126 /include/libssh/bind.h | |
| parent | 387d9e485546a4f7e02e89fdcd097e700cf9ca81 (diff) | |
| download | libssh-1973e833f2f8987c7be494e5dff86008a8557758.tar.gz libssh-1973e833f2f8987c7be494e5dff86008a8557758.tar.xz libssh-1973e833f2f8987c7be494e5dff86008a8557758.zip | |
server: Add ecdsa hostkey support.
Diffstat (limited to 'include/libssh/bind.h')
| -rw-r--r-- | include/libssh/bind.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
