]> andersk Git - openssh.git/blobdiff - kex.h
- (stevesk) [auth1.c] fix password auth for protocol 1 when
[openssh.git] / kex.h
diff --git a/kex.h b/kex.h
index 7bd6bc2159bf007e24417e00cef6ed2fede14ae0..2d3523a36339403db18c7da00226073942b4ddbf 100644 (file)
--- a/kex.h
+++ b/kex.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kex.h,v 1.28 2001/12/28 15:06:00 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.
@@ -71,6 +71,8 @@ struct Enc {
        char    *name;
        Cipher  *cipher;
        int     enabled;
+       u_int   key_len;
+       u_int   block_size;
        u_char  *key;
        u_char  *iv;
 };
@@ -109,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.069957 seconds and 4 git commands to generate.