]> andersk Git - openssh.git/blobdiff - kex.h
Import of Niels Provos' 20020312 ssh-complete.diff
[openssh.git] / kex.h
diff --git a/kex.h b/kex.h
index 755bf332aa40b52ddd26abc31a82e626a4a63a58..c99afaec0eab26a593cf0cf558e67afd656e18f5 100644 (file)
--- 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]);
This page took 2.304403 seconds and 4 git commands to generate.