diff options
author | Ladislav Zezula <zezula@volny.cz> | 2023-09-23 01:08:58 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2023-09-23 01:08:58 +0200 |
commit | cb56fff1a5aa1fd3b69c92c38dd07aec4ae28dec (patch) | |
tree | e9655958d759e8b8b1aa2258d5c6f3d917b40845 /src/LibTomCrypt.c | |
parent | 8debce7eab1cfb7a145d592d757b75e7cac83610 (diff) |
StormLib will not make Warcraft III maps larger than 2GB
Diffstat (limited to 'src/LibTomCrypt.c')
-rw-r--r-- | src/LibTomCrypt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LibTomCrypt.c b/src/LibTomCrypt.c index 012f5e0..f77b604 100644 --- a/src/LibTomCrypt.c +++ b/src/LibTomCrypt.c @@ -8,6 +8,7 @@ #include "libtomcrypt/src/hashes/hash_memory.c" #include "libtomcrypt/src/hashes/md5.c" #include "libtomcrypt/src/hashes/sha1.c" +#include "libtomcrypt/src/hashes/sha256.c" #include "libtomcrypt/src/math/multi.c" #include "libtomcrypt/src/math/rand_prime.c" #include "libtomcrypt/src/misc/base64_decode.c" |