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

Diff for /src/usr.bin/ssh/cipher.h between version 1.36 and 1.37

version 1.36, 2006/03/25 22:22:42 version 1.37, 2009/01/26 09:58:15
Line 81 
Line 81 
 void     cipher_set_key_string(CipherContext *, Cipher *, const char *, int);  void     cipher_set_key_string(CipherContext *, Cipher *, const char *, int);
 u_int    cipher_blocksize(const Cipher *);  u_int    cipher_blocksize(const Cipher *);
 u_int    cipher_keylen(const Cipher *);  u_int    cipher_keylen(const Cipher *);
   u_int    cipher_is_cbc(const Cipher *);
   
 u_int    cipher_get_number(const Cipher *);  u_int    cipher_get_number(const Cipher *);
 void     cipher_get_keyiv(CipherContext *, u_char *, u_int);  void     cipher_get_keyiv(CipherContext *, u_char *, u_int);

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.37