summaryrefslogtreecommitdiff
path: root/Cryptlib/Hash/CryptMd5.c
diff options
context:
space:
mode:
Diffstat (limited to 'Cryptlib/Hash/CryptMd5.c')
-rw-r--r--Cryptlib/Hash/CryptMd5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cryptlib/Hash/CryptMd5.c b/Cryptlib/Hash/CryptMd5.c
index ccf6ad00..b389f0e1 100644
--- a/Cryptlib/Hash/CryptMd5.c
+++ b/Cryptlib/Hash/CryptMd5.c
@@ -93,7 +93,7 @@ Md5Duplicate (
return FALSE;
}
- CopyMem (NewMd5Context, Md5Context, sizeof (MD5_CTX));
+ CopyMem (NewMd5Context, (void *)Md5Context, sizeof (MD5_CTX));
return TRUE;
}