Get rid of another cast.
authorBodo Möller <bodo@openssl.org>
Sat, 15 May 1999 13:31:53 +0000 (13:31 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 15 May 1999 13:31:53 +0000 (13:31 +0000)
crypto/md32_common.h

index d6370521be1b3d6caa95573f90715a59d9da31dc..dc464ea77aaed8fbebc139b563b8d6241c057702 100644 (file)
@@ -524,7 +524,7 @@ void HASH_TRANSFORM (HASH_CTX *c, unsigned char *data)
 #endif
 #endif
 #if defined(HASH_BLOCK_DATA_ORDER)
 #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
        }
 
 #endif
        }