From 2245b0bb001d6246a47f5bceef875cb34b549f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 20 Jan 2007 20:51:03 +0000 Subject: [PATCH] expose _hc_rand_unix_status and the internal RAND_METHODs git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20003 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/randi.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/des/randi.h b/lib/des/randi.h index 5dc77b746..b1c58635b 100644 --- a/lib/des/randi.h +++ b/lib/des/randi.h @@ -38,7 +38,12 @@ #ifndef _HEIM_RANDI_H #define _HEIM_RANDI_H 1 +int _hc_rand_unix_status(void); int _hc_rand_unix_bytes(unsigned char *, int); int _hc_rand_egd_bytes(const char *, unsigned char *, int); +extern const RAND_METHOD hc_rand_fortuna_method; +extern const RAND_METHOD hc_rand_unix_method; +extern const RAND_METHOD hc_rand_egd_method; + #endif /* _HEIM_RANDI_H */