summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authordjm <djm>2002-03-13 01:47:54 +0000
committerdjm <djm>2002-03-13 01:47:54 +0000
commitaee643ed80571221e9fe252a9c67903324010c2b (patch)
treeeceab9f1aed7bc71355ea6def4bcadf6e0f23b67 /kex.h
parent14ec045decce3c41bf1de2f432c899963471a808 (diff)
downloadopenssh-aee643ed80571221e9fe252a9c67903324010c2b.tar.gz
Import of Niels Provos' 20020312 ssh-complete.diff
PAM, Cygwin and OSF SIA will not work for sure
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kex.h b/kex.h
index 755bf332..c99afaec 100644
--- a/kex.h
+++ b/kex.h
@@ -111,6 +111,7 @@ struct Kex {
char *server_version_string;
int (*verify_host_key)(Key *);
Key *(*load_host_key)(int);
+ int (*host_key_index)(Key *);
};
Kex *kex_setup(char *[PROPOSAL_MAX]);