[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.54 and 1.55

version 1.54, 2001/03/12 22:02:02 version 1.55, 2001/03/23 11:04:07
Line 96 
Line 96 
                 myproposal[PROPOSAL_MAC_ALGS_STOC] = options.macs;                  myproposal[PROPOSAL_MAC_ALGS_STOC] = options.macs;
         }          }
   
           myproposal[PROPOSAL_ENC_ALGS_STOC] =
               compat_cipher_proposal(myproposal[PROPOSAL_ENC_ALGS_STOC]);
   
         /* buffers with raw kexinit messages */          /* buffers with raw kexinit messages */
         server_kexinit = xmalloc(sizeof(*server_kexinit));          server_kexinit = xmalloc(sizeof(*server_kexinit));
         buffer_init(server_kexinit);          buffer_init(server_kexinit);

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55