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

Diff for /src/usr.bin/ssh/Attic/roaming_common.c between version 1.9 and 1.10

version 1.9, 2011/12/07 05:44:38 version 1.10, 2013/07/12 00:19:59
Line 223 
Line 223 
 {  {
         const EVP_MD *md = EVP_sha1();          const EVP_MD *md = EVP_sha1();
         EVP_MD_CTX ctx;          EVP_MD_CTX ctx;
         char hash[EVP_MAX_MD_SIZE];          u_char hash[EVP_MAX_MD_SIZE];
         Buffer b;          Buffer b;
   
         buffer_init(&b);          buffer_init(&b);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10