[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.54 and 1.55

version 1.54, 2019/09/06 05:23:55 version 1.55, 2020/01/23 10:24:29
Line 54 
Line 54 
 const char *cipher_warning_message(const struct sshcipher_ctx *);  const char *cipher_warning_message(const struct sshcipher_ctx *);
 int      ciphers_valid(const char *);  int      ciphers_valid(const char *);
 char    *cipher_alg_list(char, int);  char    *cipher_alg_list(char, int);
   const char *compression_alg_list(int);
 int      cipher_init(struct sshcipher_ctx **, const struct sshcipher *,  int      cipher_init(struct sshcipher_ctx **, const struct sshcipher *,
     const u_char *, u_int, const u_char *, u_int, int);      const u_char *, u_int, const u_char *, u_int, int);
 int      cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *,  int      cipher_crypt(struct sshcipher_ctx *, u_int, u_char *, const u_char *,

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55