Fix line length

This commit is contained in:
Jamie Cameron
2023-01-07 22:07:27 -08:00
parent d199de8469
commit 277f67dac9

View File

@@ -1811,8 +1811,7 @@ if ($gconfig{'os_type'} eq 'macos' && &passfiles_type() == 7) {
}
else {
my $config_md5 = $config{'md5'};
$config_md5 = 1
if ($force_system_default);
$config_md5 = 1 if ($force_system_default);
# Always use MD5
if ($config_md5 == 2) {