mirror of
https://github.com/hashcat/hashcat.git
synced 2024-12-16 19:58:25 +00:00
Enable forced JIT compilation for MD5, if requested
This commit is contained in:
parent
09de56b720
commit
0524e78617
@ -12090,7 +12090,7 @@ int main (int argc, char **argv)
|
|||||||
* Some algorithm, like descrypt, can benefit from JIT compilation
|
* Some algorithm, like descrypt, can benefit from JIT compilation
|
||||||
*/
|
*/
|
||||||
|
|
||||||
uint force_jit_compilation = 0;
|
int force_jit_compilation = -1;
|
||||||
|
|
||||||
if (hash_mode == 8900)
|
if (hash_mode == 8900)
|
||||||
{
|
{
|
||||||
@ -13357,7 +13357,7 @@ int main (int argc, char **argv)
|
|||||||
|
|
||||||
const u8 **kernel_sources = (const u8 **) mymalloc (sizeof (u8 *));
|
const u8 **kernel_sources = (const u8 **) mymalloc (sizeof (u8 *));
|
||||||
|
|
||||||
if (force_jit_compilation == 0)
|
if (force_jit_compilation == -1)
|
||||||
{
|
{
|
||||||
if (cached == 0)
|
if (cached == 0)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user