Add fortuna based on Marko Kreen s pgcrypt, no enabled yet

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19942 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-17 00:24:33 +00:00
parent d427de3bb6
commit 1765c9718d
8 changed files with 745 additions and 5 deletions

View File

@@ -43,6 +43,7 @@ RCSID("$Id$");
#include <roken.h>
extern RAND_METHOD hc_rand_fortuna_method;
extern RAND_METHOD hc_rand_unix_method;
static const RAND_METHOD *selected_meth = &hc_rand_unix_method;