Removed limitation with hash-type 18600 on linux

pull/3125/head
Gabriele Gristina 2 years ago
parent 1f9ecd3a71
commit e0e8ce8165

@ -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

Loading…
Cancel
Save