[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.63 and 1.64

version 1.63, 2006/03/19 18:51:18 version 1.64, 2006/03/19 18:52:11
Line 72 
Line 72 
 {  {
         int i;          int i;
   
         for(i = 0; auth1_methods[i].name != NULL; i++)          for (i = 0; auth1_methods[i].name != NULL; i++)
                 if (auth1_methods[i].type == type)                  if (auth1_methods[i].type == type)
                         return (&(auth1_methods[i]));                          return (&(auth1_methods[i]));
   

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64