Default to fortuna due to weired /dev/*random that failes to deliver

random data for us in hi load situations.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21198 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-20 05:10:41 +00:00
parent e2e4e947a5
commit b0b726ed0f

View File

@@ -56,11 +56,7 @@ init_method(void)
{
if (selected_meth != NULL)
return;
if ((*hc_rand_unix_method.status)() == 1)
selected_meth = &hc_rand_unix_method;
else
selected_meth = &hc_rand_fortuna_method;
selected_meth = &hc_rand_fortuna_method;
}
void