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/libstrongswan/plugins/padlock/padlock_plugin.c | |
parent | de92b9e70c36c6f098913dca68d776e487d32edd (diff) | |
download | strongswan-f67eebccc8d47046c9c821ad24a161e302fbcad8.tar.bz2 strongswan-f67eebccc8d47046c9c821ad24a161e302fbcad8.tar.xz |
changed RNG_REAL to RNG_TRUE
Diffstat (limited to 'src/libstrongswan/plugins/padlock/padlock_plugin.c')
-rw-r--r-- | src/libstrongswan/plugins/padlock/padlock_plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/padlock/padlock_plugin.c b/src/libstrongswan/plugins/padlock/padlock_plugin.c index d0b55bcd9..72e9f1d38 100644 --- a/src/libstrongswan/plugins/padlock/padlock_plugin.c +++ b/src/libstrongswan/plugins/padlock/padlock_plugin.c @@ -159,7 +159,7 @@ plugin_t *plugin_create() if (this->features & PADLOCK_RNG_ENABLED) { - lib->crypto->add_rng(lib->crypto, RNG_REAL, + lib->crypto->add_rng(lib->crypto, RNG_TRUE, (rng_constructor_t)padlock_rng_create); lib->crypto->add_rng(lib->crypto, RNG_STRONG, (rng_constructor_t)padlock_rng_create); |