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

Diff for /src/usr.bin/ssh/Attic/auth1.c between version 1.36 and 1.37

version 1.36, 2002/03/17 20:25:56 version 1.37, 2002/03/18 01:12:14
Line 318 
Line 318 
  * Performs authentication of an incoming connection.  Session key has already   * Performs authentication of an incoming connection.  Session key has already
  * been exchanged and encryption is enabled.   * been exchanged and encryption is enabled.
  */   */
 void  Authctxt *
 do_authentication(void)  do_authentication(void)
 {  {
         Authctxt *authctxt;          Authctxt *authctxt;
Line 375 
Line 375 
         packet_send();          packet_send();
         packet_write_wait();          packet_write_wait();
   
         /* Perform session preparation. */          return (authctxt);
         do_authenticated(authctxt);  
 }  }

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37