Codebase list libcryptx-perl / ef95a34
ccm_process fix Karel Miko 6 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
2323 unsigned char *ct,
2424 int direction)
2525 {
26 unsigned char y, z, b;
26 unsigned char z, b;
27 unsigned long y;
2728 int err;
2829
2930 LTC_ARGCHK(ccm != NULL);