|
@@ -853,7 +853,7 @@ static int test_comp(struct crypto_comp *tfm, struct comp_testvec *ctemplate,
|
|
}
|
|
}
|
|
|
|
|
|
for (i = 0; i < dtcount; i++) {
|
|
for (i = 0; i < dtcount; i++) {
|
|
- int ilen, ret, dlen = COMP_BUF_SIZE;
|
|
|
|
|
|
+ int ilen, dlen = COMP_BUF_SIZE;
|
|
|
|
|
|
memset(result, 0, sizeof (result));
|
|
memset(result, 0, sizeof (result));
|
|
|
|
|