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 ced1c494..edbc7b77 100644
--- a/include/libssh/bind.h
+++ b/include/libssh/bind.h
@@ -36,9 +36,11 @@ struct ssh_bind_struct {
char *ecdsakey;
char *dsakey;
char *rsakey;
+ char *ed25519key;
ssh_key ecdsa;
ssh_key dsa;
ssh_key rsa;
+ ssh_key ed25519;
char *bindaddr;
socket_t bindfd;
unsigned int bindport;