commit | e954bc91bdd4bb08b8325478c5004b24a23a3522 | [log] [tgz] |
---|---|---|
author | Matt Mackall <mpm@selenic.com> | Thu May 20 19:55:01 2010 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu May 20 19:55:01 2010 +1000 |
tree | aa5affa35b799f8a71a6b6740c9828832e05085c | |
parent | 921bae54693f26d01fb8e10ee6968b5cd8184551 [diff] |
random: simplify fips mode Rather than dynamically allocate 10 bytes, move it to static allocation. This saves space and avoids the need for error checking. Signed-off-by: Matt Mackall <mpm@selenic.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>