Fix comment

This commit is contained in:
Ilia
2022-05-29 12:47:46 +03:00
parent 5ac4bdde17
commit 636a8a304d

View File

@@ -264,7 +264,7 @@ if (!&check_blowfish()) {
return 1 if ($mhash eq $hash);
}
# SHA1
# SHA512
if (!&check_sha512()) {
my $shash = &encrypt_sha512($passwd, $hash);
return 1 if ($shash && $shash eq $hash);