1
0
mirror of https://github.com/hashcat/hashcat.git synced 2025-07-24 07:28:37 +00:00

fix DEFAULT_SOURCE_FILENAME with CYGWIN

This commit is contained in:
Gabriele Gristina 2025-06-08 17:29:05 +02:00
parent ed6e967425
commit c2dfc5f007

View File

@ -188,7 +188,7 @@ typedef struct
} python_interpreter_t;
#if defined (_WIN) || defined (__APPLE__)
#if defined (_WIN) || defined (__CYGWIN__) || defined (__APPLE__)
static char *DEFAULT_SOURCE_FILENAME = "generic_hash_sp";
#else
static char *DEFAULT_SOURCE_FILENAME = "generic_hash_mp";