diff options
| author | Alan Dunn <amdunn@gmail.com> | 2014-03-07 08:13:21 -0600 |
|---|---|---|
| committer | Andreas Schneider <asn@cryptomilk.org> | 2014-03-27 11:13:15 +0100 |
| commit | 1118fc2adf68f93af9859d8bc5efeaa16dc5450d (patch) | |
| tree | f151775550b98d02329f344a679719d232b58cef /include/libssh/server.h | |
| parent | 257449a0b68e610ef46190568ab7b1a7c4f8edd2 (diff) | |
options: Allow use of host ECDSA key
Signed-off-by: Alan Dunn <amdunn@gmail.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit 2a1089d6079c14da8d24c996402e24a689a9f5d3)
Diffstat (limited to 'include/libssh/server.h')
| -rw-r--r-- | include/libssh/server.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libssh/server.h b/include/libssh/server.h index 9d095feb..a1b80748 100644 --- a/include/libssh/server.h +++ b/include/libssh/server.h @@ -44,7 +44,8 @@ enum ssh_bind_options_e { SSH_BIND_OPTIONS_RSAKEY, SSH_BIND_OPTIONS_BANNER, SSH_BIND_OPTIONS_LOG_VERBOSITY, - SSH_BIND_OPTIONS_LOG_VERBOSITY_STR + SSH_BIND_OPTIONS_LOG_VERBOSITY_STR, + SSH_BIND_OPTIONS_ECDSAKEY }; typedef struct ssh_bind_struct* ssh_bind; |
