aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md32_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md32_common.h')
-rw-r--r--crypto/md32_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/md32_common.h b/crypto/md32_common.h
index 4270862d68..d6370521be 100644
--- a/crypto/md32_common.h
+++ b/crypto/md32_common.h
@@ -486,7 +486,7 @@ void HASH_UPDATE (HASH_CTX *c, const unsigned char *data, unsigned long len)
#endif
#if defined(HASH_BLOCK_DATA_ORDER)
{
- HASH_BLOCK_DATA_ORDER(c,(const unsigned char *)data,sw);
+ HASH_BLOCK_DATA_ORDER(c,data,sw);
sw*=HASH_CBLOCK;
data+=sw;
len-=sw;