]> andersk Git - openssh.git/blobdiff - kex.h
- provos@cvs.openbsd.org 2002/03/18 17:50:31
[openssh.git] / kex.h
diff --git a/kex.h b/kex.h
index 755bf332aa40b52ddd26abc31a82e626a4a63a58..2d3523a36339403db18c7da00226073942b4ddbf 100644 (file)
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kex.h,v 1.29 2002/02/14 23:41:01 markus Exp $ */
+/*     $OpenBSD: kex.h,v 1.30 2002/03/18 17:50:31 provos Exp $ */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -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 0.036572 seconds and 4 git commands to generate.