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

Diff for /src/usr.bin/ssh/cipher.c between version 1.79 and 1.80

version 1.79, 2006/03/25 13:17:01 version 1.80, 2006/07/22 20:48:22
Line 37 
Line 37 
   
 #include "includes.h"  #include "includes.h"
   
   #include <openssl/md5.h>
   
   #include <string.h>
   
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "log.h"  #include "log.h"
 #include "cipher.h"  #include "cipher.h"
   
 #include <openssl/md5.h>  
   
 extern const EVP_CIPHER *evp_ssh1_bf(void);  extern const EVP_CIPHER *evp_ssh1_bf(void);
 extern const EVP_CIPHER *evp_ssh1_3des(void);  extern const EVP_CIPHER *evp_ssh1_3des(void);

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80