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

Diff for /src/usr.bin/ssh/Attic/md-sha256.c between version 1.3 and 1.4

version 1.3, 2006/03/25 13:17:02 version 1.4, 2006/07/22 20:48:23
Line 18 
Line 18 
 /* EVP wrapper for SHA256 */  /* EVP wrapper for SHA256 */
   
 #include "includes.h"  #include "includes.h"
   
 #include <openssl/evp.h>  #include <openssl/evp.h>
 #include <sha2.h>  
   
   #include <sha2.h>
   #include <string.h>
   
 const EVP_MD *evp_ssh_sha256(void);  const EVP_MD *evp_ssh_sha256(void);
   

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