1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-31 10:58:49 +00:00

removed other comments

This commit is contained in:
Gabriele Gristina 2019-06-28 21:21:11 +02:00
parent 5d3ed3e754
commit c19404833e

View File

@ -1556,7 +1556,6 @@ typedef struct debugfile_ctx
{ {
bool enabled; bool enabled;
// FILE *fp;
HCFILE *fp; HCFILE *fp;
char *filename; char *filename;
u32 mode; u32 mode;
@ -1603,7 +1602,6 @@ typedef struct loopback_ctx
bool enabled; bool enabled;
bool unused; bool unused;
// FILE *fp;
HCFILE *fp; HCFILE *fp;
char *filename; char *filename;
@ -1620,7 +1618,6 @@ typedef struct outfile_ctx
{ {
char *filename; char *filename;
// FILE *fp;
HCFILE *fp; HCFILE *fp;
u32 outfile_format; u32 outfile_format;
@ -1642,7 +1639,6 @@ typedef struct potfile_ctx
bool enabled; bool enabled;
FILE *fp; FILE *fp;
// HCFILE *fp;
char *filename; char *filename;
u8 *out_buf; // allocates [HCBUFSIZ_LARGE]; u8 *out_buf; // allocates [HCBUFSIZ_LARGE];
@ -1724,7 +1720,6 @@ typedef struct pidfile_ctx
typedef struct out typedef struct out
{ {
// FILE *fp;
HCFILE *fp; HCFILE *fp;
char buf[HCBUFSIZ_SMALL]; char buf[HCBUFSIZ_SMALL];