mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Promote libz and libmagic to required dependencies.
This commit is contained in:
parent
151664bc26
commit
d750c3ba74
20 changed files with 26 additions and 114 deletions
|
@ -1170,8 +1170,6 @@ void ChunkedIOSSL::Stats(char* buffer, int length)
|
|||
ChunkedIO::Stats(buffer + i, length - i);
|
||||
}
|
||||
|
||||
#ifdef HAVE_LIBZ
|
||||
|
||||
bool CompressedChunkedIO::Init()
|
||||
{
|
||||
zin.zalloc = 0;
|
||||
|
@ -1348,5 +1346,3 @@ void CompressedChunkedIO::Stats(char* buffer, int length)
|
|||
io->Stats(buffer + i, length - i);
|
||||
buffer[length-1] = '\0';
|
||||
}
|
||||
|
||||
#endif /* HAVE_LIBZ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue