[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.23 and 1.24

version 1.23, 2001/05/18 14:13:28 version 1.24, 2001/06/23 15:12:17
Line 31 
Line 31 
 /*  /*
  * convert ssh auth msg type into description   * convert ssh auth msg type into description
  */   */
 char *  static char *
 get_authname(int type)  get_authname(int type)
 {  {
         static char buf[1024];          static char buf[1024];
Line 60 
Line 60 
  * read packets, try to authenticate the user and   * read packets, try to authenticate the user and
  * return only if authentication is successful   * return only if authentication is successful
  */   */
 void  static void
 do_authloop(Authctxt *authctxt)  do_authloop(Authctxt *authctxt)
 {  {
         int authenticated = 0;          int authenticated = 0;

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24