summaryrefslogtreecommitdiff
path: root/random
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2010-11-04 14:56:17 +0000
committerWerner Koch <wk@gnupg.org>2010-11-04 14:56:17 +0000
commit915570db198f2cf15db5c034096a444a8a79476e (patch)
tree6f37097f23505deba7a384cb5f946350b4409231 /random
parentf34e11b10099371e861fa417c8336d26c24ad578 (diff)
downloadlibgcrypt-915570db198f2cf15db5c034096a444a8a79476e.tar.gz
Doc fixes.
Started some work on dumpsexp.
Diffstat (limited to 'random')
-rw-r--r--random/random.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/random/random.c b/random/random.c
index 84683378..8465abbd 100644
--- a/random/random.c
+++ b/random/random.c
@@ -92,14 +92,14 @@ _gcry_random_dump_stats (void)
}
-/* This function should be called during initialization and beore
+/* This function should be called during initialization and before
initialization of this module to place the random pools into secure
memory. */
void
_gcry_secure_random_alloc (void)
{
if (fips_mode ())
- ; /* Not used; the fips rng is allows in secure mode. */
+ ; /* Not used; the FIPS RNG is always in secure mode. */
else
_gcry_rngcsprng_secure_alloc ();
}