1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-11-25 09:28:20 +00:00

Removed limitation with hash-type 18600 on linux

This commit is contained in:
Gabriele Gristina 2022-01-13 13:24:23 +01:00
parent 1f9ecd3a71
commit e0e8ce8165

View File

@ -3523,9 +3523,9 @@ if [ "${PACKAGE}" -eq 0 ] || [ -z "${PACKAGE_FOLDER}" ]; then
fi
fi
# Crypt::GCrypt is broken on Apple and Linux
# Crypt::GCrypt is broken on Apple
if [ "${hash_type}" -eq 18600 ]; then
if [[ "$OSTYPE" == "linux-gnu"* ]] || [[ "$OSTYPE" == "darwin"* ]]; then
if [[ "$OSTYPE" == "darwin"* ]]; then
continue
fi
fi