1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +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

@ -56,7 +56,7 @@
#include <stdlib.h>
#include <string.h>
#include "sha256/sha256.h"
#include "my_sha256.h"
#if defined(_MSC_VER) && !defined(__clang__) && !defined(__attribute__)
#define __attribute__(a)