[BACK]Return to sshconnect2.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.138 and 1.139

version 1.138, 2004/06/13 12:53:24 version 1.139, 2005/06/17 02:44:33
Line 480 
Line 480 
 {  {
         Gssctxt *gssctxt = NULL;          Gssctxt *gssctxt = NULL;
         static gss_OID_set gss_supported = NULL;          static gss_OID_set gss_supported = NULL;
         static int mech = 0;          static u_int mech = 0;
         OM_uint32 min;          OM_uint32 min;
         int ok = 0;          int ok = 0;
   
Line 507 
Line 507 
                 }                  }
         }          }
   
         if (!ok) return 0;          if (!ok)
                   return 0;
   
         authctxt->methoddata=(void *)gssctxt;          authctxt->methoddata=(void *)gssctxt;
   

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.139