projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e921bbf
)
OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect it
author
Richard Levitte
<levitte@openssl.org>
Thu, 18 Jul 2002 06:34:39 +0000
(06:34 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 18 Jul 2002 06:34:39 +0000
(06:34 +0000)
crypto/rand/rand.h
patch
|
blob
|
history
diff --git
a/crypto/rand/rand.h
b/crypto/rand/rand.h
index 16ea8fca0e9c12614538a295ac72500f74df08aa..66e39991ec75248ab35298efeb5fdcadd5d2cf09 100644
(file)
--- a/
crypto/rand/rand.h
+++ b/
crypto/rand/rand.h
@@
-103,7
+103,7
@@
int RAND_egd(const char *path);
int RAND_egd_bytes(const char *path,int bytes);
int RAND_poll(void);
-#if defined(OPENSSL_SYS_WINDOWS)
+#if defined(OPENSSL_SYS_WINDOWS)
|| defined(OPENSSL_SYS_WIN32)
void RAND_screen(void);
int RAND_event(UINT, WPARAM, LPARAM);