Changed hash[5] type from u_int32_t to uint32_t
Using uint32_t will make this part of code useable in a Windows environment as it is a part of C99 standard and available with VS2010, whereas u_int32_t is not available on Windows platorms.
Loading
Please sign in to comment