[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.200 and 1.201

version 1.200, 2013/12/30 23:52:28 version 1.201, 2014/01/09 23:20:00
Line 1000 
Line 1000 
         debug3("%s: crypted = %s", __func__, crypted);          debug3("%s: crypted = %s", __func__, crypted);
 #endif  #endif
   
         if (hash_buffer(crypted, strlen(crypted), EVP_sha256(),          if (hash_buffer(crypted, strlen(crypted), SSH_DIGEST_SHA1,
             &secret, &secret_len) != 0)              &secret, &secret_len) != 0)
                 fatal("%s: hash_buffer", __func__);                  fatal("%s: hash_buffer", __func__);
   

Legend:
Removed from v.1.200  
changed lines
  Added in v.1.201