summaryrefslogtreecommitdiff
path: root/crypto/seqiv.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-11-25 23:19:24 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2008-12-25 11:02:01 +1100
commit6f5ff6713b247215f7f3349404842ed206261c79 (patch)
tree08c86b1087ed57ffc04b6652856ad684382c2780 /crypto/seqiv.c
parent95b60fa192e030e4105b383ea55ae3eb67686d67 (diff)
downloadlinux-crypto-6f5ff6713b247215f7f3349404842ed206261c79.tar.gz
linux-crypto-6f5ff6713b247215f7f3349404842ed206261c79.zip
crypto: testmgr - Fix error flow of test_comp
This warning: crypto/testmgr.c: In function ‘test_comp’: crypto/testmgr.c:829: warning: ‘ret’ may be used uninitialized in this function triggers because GCC correctly notices that in the ctcount == 0 && dtcount != 0 input condition case this function can return an undefined value, if the second loop fails. Remove the shadowed 'ret' variable from the second loop that was probably unintended. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/seqiv.c')
0 files changed, 0 insertions, 0 deletions