SHA256 is available only in test program

This commit is contained in:
Ladislav Zezula
2023-09-23 07:00:33 +02:00
parent cb56fff1a5
commit e2a9429979
3 changed files with 6 additions and 5 deletions

View File

@@ -244,7 +244,6 @@ void InitializeMpqCryptography()
}
// Also register both MD5 and SHA1 hash algorithms
register_hash(&sha256_desc);
register_hash(&sha1_desc);
register_hash(&md5_desc);