aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-02-14 00:40:13 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-02-14 00:40:13 +0000
commit5c00879ef093f9fb8ed2a9b58993e90401ec7b50 (patch)
tree9fccb45d1e4bd0a91229826cd4f7d2038e54ce77 /crypto/rand
parent9becf666212e3e75942e81621f57fc6286eda623 (diff)
downloadopenssl-5c00879ef093f9fb8ed2a9b58993e90401ec7b50.tar.gz
More Win32 fixes and upsdate INSTALL.W32 documentation.
Diffstat (limited to 'crypto/rand')
-rw-r--r--crypto/rand/md_rand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand/md_rand.c b/crypto/rand/md_rand.c
index b04bb1e158..bef4245910 100644
--- a/crypto/rand/md_rand.c
+++ b/crypto/rand/md_rand.c
@@ -204,7 +204,7 @@ int num;
MD_Final(md,&m);
md_count[1]++;
- buf+=j;
+ buf=(char *)buf + j;
for (k=0; k<j; k++)
{