diff options
Diffstat (limited to 'crypto')
-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 6d5b746637be..1f2357bc6424 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c | |||
@@ -1201,7 +1201,7 @@ static int test_cprng(struct crypto_rng *tfm, struct cprng_testvec *template, | |||
1201 | unsigned int tcount) | 1201 | unsigned int tcount) |
1202 | { | 1202 | { |
1203 | const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); | 1203 | const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); |
1204 | int err, i, j, seedsize; | 1204 | int err = 0, i, j, seedsize; |
1205 | u8 *seed; | 1205 | u8 *seed; |
1206 | char result[32]; | 1206 | char result[32]; |
1207 | 1207 | ||