diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-04-29 09:13:20 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-04-29 09:13:20 +0000 |
commit | f67eebccc8d47046c9c821ad24a161e302fbcad8 (patch) | |
tree | 246d9551d031d0c5778d89b8cd82bb004749d3cd /src/charon | |
parent | de92b9e70c36c6f098913dca68d776e487d32edd (diff) | |
download | strongswan-f67eebccc8d47046c9c821ad24a161e302fbcad8.tar.bz2 strongswan-f67eebccc8d47046c9c821ad24a161e302fbcad8.tar.xz |
changed RNG_REAL to RNG_TRUE
Diffstat (limited to 'src/charon')
-rw-r--r-- | src/charon/plugins/unit_tester/tests/test_rng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/plugins/unit_tester/tests/test_rng.c b/src/charon/plugins/unit_tester/tests/test_rng.c index 60cbf2d36..855c27fc3 100644 --- a/src/charon/plugins/unit_tester/tests/test_rng.c +++ b/src/charon/plugins/unit_tester/tests/test_rng.c @@ -212,7 +212,7 @@ bool test_rng() { return FALSE; } - if (!test_rng_quality(RNG_REAL)) + if (!test_rng_quality(RNG_TRUE)) { return FALSE; } |