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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.65 and 1.66

version 1.65, 2001/04/04 14:34:58 version 1.66, 2001/04/04 20:25:38
Line 119 
Line 119 
   
         xxx_kex = kex;          xxx_kex = kex;
   
         dispatch_run(DISPATCH_BLOCK, &kex->newkeys, kex);          dispatch_run(DISPATCH_BLOCK, &kex->done, kex);
   
         session_id2 = kex->session_id;          session_id2 = kex->session_id;
         session_id2_len = kex->session_id_len;          session_id2_len = kex->session_id_len;

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66