From ea18de5d8ee46a07fbabb7baf5c5b8061ea95c6d Mon Sep 17 00:00:00 2001 From: jbasney Date: Thu, 15 Feb 2007 21:07:39 +0000 Subject: [PATCH] new comment in Simon's code --- openssh/readconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh/readconf.h b/openssh/readconf.h index 0a6304c..9ac0b3d 100644 --- a/openssh/readconf.h +++ b/openssh/readconf.h @@ -44,7 +44,7 @@ typedef struct { int challenge_response_authentication; /* Try S/Key or TIS, authentication. */ int gss_authentication; /* Try GSS authentication */ - int gss_keyex; + int gss_keyex; /* Try GSS key exchange */ int gss_deleg_creds; /* Delegate GSS credentials */ int gss_trust_dns; /* Trust DNS for GSS canonicalization */ int password_authentication; /* Try password -- 2.45.2