mirror of
https://github.com/minetest/minetest.git
synced 2024-12-22 14:12:24 +01:00
parent
8268c61b9f
commit
b7e886a740
@ -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)
|
||||
|
@ -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>
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
#include <mini-gmp.h>
|
||||
#endif
|
||||
|
||||
#include <sha256/sha256.h>
|
||||
#include "my_sha256.h"
|
||||
|
||||
#include "srp.h"
|
||||
//#define CSRP_USE_SHA1
|
||||
|
Loading…
Reference in New Issue
Block a user