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
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user