mirror of
https://github.com/hashcat/hashcat.git
synced 2024-10-31 20:48:57 +00:00
remove ioapi include
ioapi is not available with minizip-ng, which gets used when USE_SYSTEM_ZLIB is defined. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
6975cc0903
commit
0848484f6f
@ -9,7 +9,6 @@
|
||||
#include <LzmaDec.h>
|
||||
#include <Lzma2Dec.h>
|
||||
|
||||
#include "minizip/ioapi.h"
|
||||
#include "minizip/unzip.h"
|
||||
|
||||
int hc_lzma1_decompress (const unsigned char *in, SizeT *in_len, unsigned char *out, SizeT *out_len, const char *props);
|
||||
|
Loading…
Reference in New Issue
Block a user