summaryrefslogtreecommitdiff
path: root/kex.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-03-13 13:19:42 +1100
committerDamien Miller <djm@mindrot.org>2002-03-13 13:19:42 +1100
commit3a5b0233306a3db3a5db5b9ddc187c55e9b251f4 (patch)
tree86478addb63771a9a1be0e13cfbdea9f964f963a /kex.h
parent3225fb454d0e79cf6f824dd00ff478749620277b (diff)
downloadopenssh-git-3a5b0233306a3db3a5db5b9ddc187c55e9b251f4.tar.gz
Stupid djm commits experimental code to head instead of branch
revert
Diffstat (limited to 'kex.h')
-rw-r--r--kex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/kex.h b/kex.h
index c99afaec..755bf332 100644
--- a/kex.h
+++ b/kex.h
@@ -111,7 +111,6 @@ 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]);