random: simplify fips mode
authorMatt Mackall <mpm@selenic.com>
Thu, 20 May 2010 09:55:01 +0000 (19:55 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 20 May 2010 09:55:01 +0000 (19:55 +1000)
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>

No differences found