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

Diff for /src/usr.bin/ssh/auth2.c between version 1.4 and 1.5

version 1.4, 2000/05/01 07:45:08 version 1.5, 2000/05/01 23:13:39
Line 93 
Line 93 
 do_authentication2()  do_authentication2()
 {  {
         /* turn off skey/kerberos, not supported by SSH2 */          /* turn off skey/kerberos, not supported by SSH2 */
   #ifdef SKEY
         options.skey_authentication = 0;          options.skey_authentication = 0;
   #endif
   #ifdef KRB4
         options.kerberos_authentication = 0;          options.kerberos_authentication = 0;
   #endif
   
         dispatch_init(&protocol_error);          dispatch_init(&protocol_error);
         dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request);          dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5