diff --git a/src/hashes.c b/src/hashes.c index 1b9eb0edc..1660d9876 100644 --- a/src/hashes.c +++ b/src/hashes.c @@ -725,13 +725,6 @@ int hashes_init_stage1 (hashcat_ctx_t *hashcat_ctx) if (hashconfig->hash_mode == 2500) { - if (hash_len == 0) - { - event_log_error (hashcat_ctx, "hccapx file not specified"); - - return -1; - } - hashlist_mode = HL_MODE_FILE; hashes->hashlist_mode = hashlist_mode;