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:
d91722f
)
Avoid warning
author
Bodo Möller
<bodo@openssl.org>
Thu, 22 Mar 2001 08:39:03 +0000
(08:39 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 22 Mar 2001 08:39:03 +0000
(08:39 +0000)
crypto/rand/rand_win.c
patch
|
blob
|
history
diff --git
a/crypto/rand/rand_win.c
b/crypto/rand/rand_win.c
index dbd82b3686ad61994e5533cb029d565e5dbb232c..3d137badd0e5d12b97df970eca0c1cb6b2ef26a2 100644
(file)
--- a/
crypto/rand/rand_win.c
+++ b/
crypto/rand/rand_win.c
@@
-726,8
+726,9
@@
int RAND_poll(void)
#ifdef DEVRANDOM
return 1;
-#e
ndif
+#e
lse
return 0;
+#endif
}
#endif