aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/rand/rand_vms.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/rand/rand_vms.c b/crypto/rand/rand_vms.c
index 3162cdbeff..29b2d7af0b 100644
--- 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;