mirror of
https://github.com/hashcat/hashcat.git
synced 2025-02-08 21:52:51 +00:00
Fix compilation without brain
Signed-off-by: Miezhiko <Miezhiko@gmail.com>
This commit is contained in:
parent
178003d692
commit
0d5aed883b
@ -922,7 +922,10 @@ static int outer_loop (hashcat_ctx_t *hashcat_ctx)
|
|||||||
|
|
||||||
// clean up
|
// clean up
|
||||||
|
|
||||||
|
#ifdef WITH_BRAIN
|
||||||
brain_ctx_destroy (hashcat_ctx);
|
brain_ctx_destroy (hashcat_ctx);
|
||||||
|
#endif
|
||||||
|
|
||||||
bitmap_ctx_destroy (hashcat_ctx);
|
bitmap_ctx_destroy (hashcat_ctx);
|
||||||
combinator_ctx_destroy (hashcat_ctx);
|
combinator_ctx_destroy (hashcat_ctx);
|
||||||
cpt_ctx_destroy (hashcat_ctx);
|
cpt_ctx_destroy (hashcat_ctx);
|
||||||
@ -1090,13 +1093,13 @@ int hashcat_session_init (hashcat_ctx_t *hashcat_ctx, const char *install_folder
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* brain
|
* brain
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (brain_ctx_init (hashcat_ctx) == -1) return -1;
|
if (brain_ctx_init (hashcat_ctx) == -1) return -1;
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* logfile
|
* logfile
|
||||||
|
Loading…
Reference in New Issue
Block a user