mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Replace SHA256 implementation with one from LibreSSL
They have cleaner code than OpenSSL :) from here: https://github.com/libressl/openbsd/tree/master/src/lib/libcrypto and https://github.com/libressl/portable
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
#include <mini-gmp.h>
|
||||
#endif
|
||||
|
||||
#include <util/sha2.h>
|
||||
#include "util/sha256.h"
|
||||
|
||||
#include "srp.h"
|
||||
//#define CSRP_USE_SHA1
|
||||
|
Reference in New Issue
Block a user