libsec: use u32int instead of uint when we need 32 bit (thanks erik)

front
cinap_lenrek 2014-06-12 14:05:10 +02:00
parent fa09758a73
commit d4e66accaa
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
static void
Hrand(uchar *s)
{
uint *u = (uint*)s;
u32int *u = (u32int*)s;
*u++ = fastrand();
*u++ = fastrand();
*u++ = fastrand();