[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.47 and 1.48

version 1.47, 2003/02/06 21:22:42 version 1.48, 2003/04/08 20:21:28
Line 300 
Line 300 
                          * Any unknown messages will be ignored (and failure                           * Any unknown messages will be ignored (and failure
                          * returned) during authentication.                           * returned) during authentication.
                          */                           */
                         log("Unknown message during authentication: type %d", type);                          logit("Unknown message during authentication: type %d", type);
                         break;                          break;
                 }                  }
 #ifdef BSD_AUTH  #ifdef BSD_AUTH

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48