diff options
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 ef3a0e8..b2b856a 100644 --- a/include/libssh/bind.h +++ b/include/libssh/bind.h @@ -36,6 +36,8 @@ struct ssh_bind_struct { char *banner; char *dsakey; char *rsakey; + ssh_key dsa; + ssh_key rsa; char *bindaddr; socket_t bindfd; unsigned int bindport; |