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:
b1ccd57
)
A cast is needed or Borland C will complain.
author
Richard Levitte
<levitte@openssl.org>
Mon, 11 Sep 2000 11:43:35 +0000
(11:43 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 11 Sep 2000 11:43:35 +0000
(11:43 +0000)
crypto/rand/rand_win.c
patch
|
blob
|
history
diff --git
a/crypto/rand/rand_win.c
b/crypto/rand/rand_win.c
index 017ce2a9fce003b14f128e59e9a94b23a22599cd..cb8e17634f87f2ef163b4af049a80d4cbbfc9033 100644
(file)
--- a/
crypto/rand/rand_win.c
+++ b/
crypto/rand/rand_win.c
@@
-236,7
+236,7
@@
int RAND_poll(void)
if (cursor)
{
/* cursor position */
- cursor(buf);
+ cursor(
(PCURSORINFO)
buf);
RAND_add(buf, sizeof(buf), 0);
}