(lib/hcrypto) Make w32crypto the default and only RAND method on Windows

This commit is contained in:
Asanka Herath
2009-11-26 01:38:43 -05:00
parent 8f6d724979
commit e3882ffc62
3 changed files with 6 additions and 4 deletions

View File

@@ -62,6 +62,7 @@ typedef struct RAND_METHOD RAND_METHOD;
#define RAND_fortuna_method hc_RAND_fortuna_method
#define RAND_egd_method hc_RAND_egd_method
#define RAND_unix_method hc_RAND_unix_method
#define RAND_w32crypto_method hc_RAND_w32crypto_method
/*
*