From e06b3dba0d1c127791227eb48b73a6740341526a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 15 Aug 2011 16:32:17 +0200 Subject: bind: Read only once in ssh_bind_listen() (bug #11). --- include/libssh/bind.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh') 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; -- cgit