mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
big int to stdint switch
This commit is contained in:
parent
74931e3b58
commit
f124c26fc6
73 changed files with 1364 additions and 1235 deletions
2
crc32.h
2
crc32.h
|
@ -4,7 +4,7 @@
|
|||
#include <sys/types.h>
|
||||
|
||||
#ifndef HAVE_ZLIB
|
||||
unsigned int crc32(const void *buf, unsigned int size);
|
||||
uint32_t crc32(const void *buf, uint32_t size);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue