6 changes: 4 additions & 2 deletions 6 crypto/tcrypt.c Original file line numberDiff line numberDiff line change @@ -291,11 +291,13 @@ static void sg_init_aead(struct scatterlist *sg, char *xbuf[XBUFSIZE], } sg_init_table(sg, np + 1); np--; if (rem) np--; for (k = ...