summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand.h
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-03-19 17:14:25 +0000
committerUlf Möller <ulf@openssl.org>2000-03-19 17:14:25 +0000
commitc97b11f4b3e20b92aba6f109a3d89170974360fc (patch)
treeaa83b389074e6096f326ea15356693d3f81cdb8b /crypto/rand/rand.h
parent2501b335fa1601082cfa3d6fe16c04f2ec424dd3 (diff)
New function RAND_event() collects entropy from Windows events.
Diffstat (limited to 'crypto/rand/rand.h')
-rw-r--r--crypto/rand/rand.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/rand/rand.h b/crypto/rand/rand.h
index 79cb9047a2..2973ee90e4 100644
--- a/crypto/rand/rand.h
+++ b/crypto/rand/rand.h
@@ -91,7 +91,9 @@ const char *RAND_file_name(char *file,int num);
int RAND_status(void);
int RAND_egd(const char *path);
#if defined(WINDOWS) || defined(WIN32)
+#include <windows.h>
void RAND_screen(void);
+int RAND_event(UINT, WPARAM, LPARAM);
#endif
void ERR_load_RAND_strings(void);