summaryrefslogtreecommitdiff
path: root/random/random-fips.c
diff options
context:
space:
mode:
Diffstat (limited to 'random/random-fips.c')
-rw-r--r--random/random-fips.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/random/random-fips.c b/random/random-fips.c
index e0ae9683..7f205d29 100644
--- a/random/random-fips.c
+++ b/random/random-fips.c
@@ -192,7 +192,7 @@ basic_initialization (void)
static int initialized;
int my_errno;
- if (!initialized)
+ if (initialized)
return;
initialized = 1;