Get rid of another cast.

This commit is contained in:
Bodo Möller 1999-05-15 13:31:53 +00:00
parent cbbd384040
commit cdfb093fc3

View File

@ -524,7 +524,7 @@ void HASH_TRANSFORM (HASH_CTX *c, unsigned char *data)
#endif
#endif
#if defined(HASH_BLOCK_DATA_ORDER)
HASH_BLOCK_DATA_ORDER (c,(const unsigned char *)data,1);
HASH_BLOCK_DATA_ORDER (c,data,1);
#endif
}