diff options
author | Ulf Möller <ulf@openssl.org> | 2000-07-19 21:35:35 +0000 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-07-19 21:35:35 +0000 |
commit | c0722725f967dda0fab0ced5afa3cf1ab8c7d034 (patch) | |
tree | 5ee9d4bd5af3f751ccefa2371c62059c6cec1b43 /crypto/rand/rand.h | |
parent | 25063f1d9b6aed30d732fc0de6f1083f79c35d6a (diff) | |
download | openssl-new-c0722725f967dda0fab0ced5afa3cf1ab8c7d034.tar.gz |
Randomness polling function for Win9x.
Diffstat (limited to 'crypto/rand/rand.h')
-rw-r--r-- | crypto/rand/rand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/rand/rand.h b/crypto/rand/rand.h index 0e149460f7..3ea37729f7 100644 --- a/crypto/rand/rand.h +++ b/crypto/rand/rand.h @@ -91,7 +91,8 @@ const char *RAND_file_name(char *file,int num); int RAND_status(void); int RAND_egd(const char *path); int RAND_egd_bytes(const char *path,int bytes); -void ERR_load_RAND_strings(void); +void ERR_load_RAND_strings(void);
+int RAND_poll(void); #ifdef __cplusplus } |