[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.78 and 1.79

version 1.78, 2001/06/24 05:47:13 version 1.79, 2001/06/25 20:26:37
Line 461 
Line 461 
         return 1;          return 1;
 }  }
   
 void  static void
 clear_auth_state(Authctxt *authctxt)  clear_auth_state(Authctxt *authctxt)
 {  {
         /* XXX clear authentication state */          /* XXX clear authentication state */
Line 976 
Line 976 
   
   
 #define DELIM   ","  #define DELIM   ","
 char *  
   static char *
 authmethods_get(void)  authmethods_get(void)
 {  {
         Authmethod *method = NULL;          Authmethod *method = NULL;

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79