add gzip support for login and password files

* module hydra-teamspeak.c modified, because of
  conflict of crc32 with zlib crc32
This commit is contained in:
Renato Alencar 2015-07-01 11:00:17 -03:00
parent adec22c69f
commit 1aeda5001c
6 changed files with 71 additions and 6 deletions

View file

@ -3,6 +3,8 @@
#include <sys/types.h>
#ifndef HAVE_ZLIB
unsigned int crc32(const void *buf, unsigned int size);
#endif
#endif