summaryrefslogtreecommitdiff
path: root/random/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'random/random.c')
-rw-r--r--random/random.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/random/random.c b/random/random.c
index 4402f44a..ff7c280e 100644
--- a/random/random.c
+++ b/random/random.c
@@ -226,7 +226,7 @@ _gcry_set_random_seed_file (const char *name)
void
_gcry_update_random_seed_file (void)
{
- if (!fips_is_operational ())
+ if (!fips_is_operational ()) /* FIXME: This does no look correct. */
return;
_gcry_rngcsprng_update_seed_file ();