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

@ -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