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:
6482dec
)
Do not forget to increment the pointers...
author
Richard Levitte
<levitte@openssl.org>
Tue, 15 May 2001 15:49:54 +0000
(15:49 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 15 May 2001 15:49:54 +0000
(15:49 +0000)
crypto/rand/rand_vms.c
patch
|
blob
|
history
diff --git
a/crypto/rand/rand_vms.c
b/crypto/rand/rand_vms.c
index 3162cdbeff2b5b33f9b3eeeb2645f72d7995e0b1..29b2d7af0b016169eba49b29402b68c1f7a6e36c 100644
(file)
--- a/
crypto/rand/rand_vms.c
+++ b/
crypto/rand/rand_vms.c
@@
-108,6
+108,8
@@
int RAND_poll(void)
pitem->buffer = (long *)data_buffer[total_length];
pitem->retlen = 0;
total_length += pitems_data->length;
+ pitems_data++;
+ pitem++;
}
pitem->length = pitem->code = 0;