aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/bind.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/bind.h')
-rw-r--r--include/libssh/bind.h2
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;