aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/server.h
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 10:05:23 +0100
commit2a1089d6079c14da8d24c996402e24a689a9f5d3 (patch)
treeef271d402874cd5966677f20ae620805c09b62a6 /include/libssh/server.h
parentfbf73ede1eb4226ebe54698fefffb38ecd8f090b (diff)
downloadlibssh-2a1089d6079c14da8d24c996402e24a689a9f5d3.tar.gz
libssh-2a1089d6079c14da8d24c996402e24a689a9f5d3.tar.xz
libssh-2a1089d6079c14da8d24c996402e24a689a9f5d3.zip
options: Allow use of host ECDSA key
Signed-off-by: Alan Dunn <amdunn@gmail.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh/server.h')
-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;