summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlan Dunn <amdunn@gmail.com>2014-03-07 08:13:21 -0600
committerAndreas Schneider <asn@cryptomilk.org>2014-03-27 11:13:15 +0100
commit1118fc2adf68f93af9859d8bc5efeaa16dc5450d (patch)
treef151775550b98d02329f344a679719d232b58cef /include
parent257449a0b68e610ef46190568ab7b1a7c4f8edd2 (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')
-rw-r--r--include/libssh/server.h3
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;