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

Diff for /src/usr.bin/ssh/Attic/cipher-bf1.c between version 1.5 and 1.6

version 1.5, 2006/08/03 03:34:42 version 1.6, 2010/10/01 23:05:32
Line 57 
Line 57 
         }          }
 }  }
   
 static int (*orig_bf)(EVP_CIPHER_CTX *, u_char *, const u_char *, u_int) = NULL;  static int (*orig_bf)(EVP_CIPHER_CTX *, u_char *,
       const u_char *, size_t) = NULL;
   
 static int  static int
 bf_ssh1_cipher(EVP_CIPHER_CTX *ctx, u_char *out, const u_char *in, u_int len)  bf_ssh1_cipher(EVP_CIPHER_CTX *ctx, u_char *out, const u_char *in, size_t len)
 {  {
         int ret;          int ret;
   

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