[BACK]Return to cipher-3des1.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/cipher-3des1.c between version 1.4 and 1.5

version 1.4, 2006/03/25 13:17:01 version 1.5, 2006/07/22 20:48:22
Line 26 
Line 26 
 #include "includes.h"  #include "includes.h"
   
 #include <openssl/evp.h>  #include <openssl/evp.h>
   
   #include <string.h>
   
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "log.h"  #include "log.h"
   

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