]> andersk Git - gssapi-openssh.git/blobdiff - openssh/kex.h
check for existence of globus_gss_assist_map_and_authorize()
[gssapi-openssh.git] / openssh / kex.h
index 9d1823e1701b5124c2297197f24330f2a6bb558e..6181fde2eba2a50d49226d743e8e6d535955c112 100644 (file)
@@ -104,10 +104,6 @@ struct Newkeys {
        Comp    comp;
 };
 
-struct KexOptions {
-       int     gss_deleg_creds;
-};
-
 struct Kex {
        u_char  *session_id;
        u_int   session_id_len;
@@ -123,13 +119,12 @@ struct Kex {
        int     flags;
        const EVP_MD *evp_md;
 #ifdef GSSAPI
-       int     gss_deleg_creds;
+       int     gss_deleg_creds;
        int     gss_trust_dns;
        char    *gss_host;
 #endif
        char    *client_version_string;
        char    *server_version_string;
-       struct  KexOptions options;
        int     (*verify_host_key)(Key *);
        Key     *(*load_host_key)(int);
        int     (*host_key_index)(Key *);
This page took 0.033465 seconds and 4 git commands to generate.