]> andersk Git - gssapi-openssh.git/blobdiff - openssh/kex.h
drop support for old external-keyx and gssapi methods
[gssapi-openssh.git] / openssh / kex.h
index 39c28c8c38e039467eaf94d0bfe28ad25d00767d..eab992ddadcf264e2864c0fddb3439eb79a42ea8 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: kex.h,v 1.46 2007/06/07 19:37:34 pvalchev Exp $ */
+/* $OpenBSD: kex.h,v 1.47 2009/05/27 06:34:36 andreas Exp $ */
 
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -30,6 +30,8 @@
 #include <openssl/evp.h>
 #include <openssl/hmac.h>
 
+#define KEX_COOKIE_LEN 16
+
 #define        KEX_DH1                 "diffie-hellman-group1-sha1"
 #define        KEX_DH14                "diffie-hellman-group14-sha1"
 #define        KEX_DHGEX_SHA1          "diffie-hellman-group-exchange-sha1"
@@ -127,6 +129,7 @@ struct Kex {
        int     gss_deleg_creds;
        int     gss_trust_dns;
        char    *gss_host;
+       char    *gss_client;
 #endif
        char    *client_version_string;
        char    *server_version_string;
This page took 0.0328079999999999 seconds and 4 git commands to generate.