1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Rename sha256 header

fixes #14710
This commit is contained in:
sfan5 2024-06-05 23:04:09 +02:00
parent 8268c61b9f
commit b7e886a740
4 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "version.h"
#include "util/hex.h"
#include "util/sha1.h"
#include <sha256/sha256.h>
#include "my_sha256.h"
#include "util/png.h"
#include <cstdio>