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

Diff for /src/usr.bin/ssh/umac.h between version 1.4 and 1.5

version 1.4, 2019/06/07 14:18:48 version 1.5, 2022/01/01 01:55:30
Line 59 
Line 59 
   
 #if 0  #if 0
 int umac_reset(struct umac_ctx *ctx);  int umac_reset(struct umac_ctx *ctx);
 /* Reset a umac_ctx to begin authenicating a new message */  /* Reset a umac_ctx to begin authenticating a new message */
 #endif  #endif
   
 int umac_update(struct umac_ctx *ctx, const u_char *input, long len);  int umac_update(struct umac_ctx *ctx, const u_char *input, long len);

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