random number from windows csp

This commit is contained in:
Love Hornquist Astrand
2009-11-25 07:52:39 -08:00
parent 86f4c66efd
commit c8fc15de86
3 changed files with 127 additions and 1 deletions

View File

@@ -42,6 +42,7 @@ extern const RAND_METHOD hc_rand_fortuna_method;
extern const RAND_METHOD hc_rand_unix_method;
extern const RAND_METHOD hc_rand_egd_method;
extern const RAND_METHOD hc_rand_timer_method;
extern const RAND_METHOD hc_rand_w32crypto_method;
const RAND_METHOD * RAND_timer_method(void);