crypto: testmgr - fix RNG return code enforcement
authorStephan Mueller <smueller@chronox.de>
Tue, 10 Mar 2015 16:00:36 +0000 (17:00 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 13 Mar 2015 10:37:15 +0000 (21:37 +1100)
commit19e60e1392d110be03d794e2286dd6cfd779cbe3
treea63e8cf64b26fe9a5724669b470b9702842f7c35
parentf42613c66524c0fc890b448872169746d392f6bb
crypto: testmgr - fix RNG return code enforcement

Due to the change to RNGs to always return zero in success case, the
invocation of the RNGs in the test manager must be updated as otherwise
the RNG self tests are not properly executed any more.

Signed-off-by: Stephan Mueller <smueller@chronox.de>
Signed-off-by: Alexander Bergmann <abergmann@suse.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.c
This page took 0.026774 seconds and 5 git commands to generate.