diff options
-rw-r--r-- | crypto/testmgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 67dce77d49d5..67ff4aaa3c9c 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c | |||
@@ -853,7 +853,7 @@ static int test_comp(struct crypto_comp *tfm, struct comp_testvec *ctemplate, | |||
853 | } | 853 | } |
854 | 854 | ||
855 | for (i = 0; i < dtcount; i++) { | 855 | for (i = 0; i < dtcount; i++) { |
856 | int ilen, ret, dlen = COMP_BUF_SIZE; | 856 | int ilen, dlen = COMP_BUF_SIZE; |
857 | 857 | ||
858 | memset(result, 0, sizeof (result)); | 858 | memset(result, 0, sizeof (result)); |
859 | 859 | ||