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

Diff for /src/usr.bin/ssh/cipher-chachapoly.c between version 1.7 and 1.8

version 1.7, 2015/01/14 10:24:42 version 1.8, 2016/08/03 05:41:57
Line 26 
Line 26 
 #include "ssherr.h"  #include "ssherr.h"
 #include "cipher-chachapoly.h"  #include "cipher-chachapoly.h"
   
 int chachapoly_init(struct chachapoly_ctx *ctx,  int
   chachapoly_init(struct chachapoly_ctx *ctx,
     const u_char *key, u_int keylen)      const u_char *key, u_int keylen)
 {  {
         if (keylen != (32 + 32)) /* 2 x 256 bit keys */          if (keylen != (32 + 32)) /* 2 x 256 bit keys */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8