mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-09 23:42:57 +00:00
Fix typo which broke ENTROPY_FORCE_SHA256
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#if defined(POLARSSL_SHA512_C) && !defined(POLARSSL_FORCE_ENTROPY_SHA256)
|
||||
#if defined(POLARSSL_SHA512_C) && !defined(POLARSSL_ENTROPY_FORCE_SHA256)
|
||||
#include "sha512.h"
|
||||
#define POLARSSL_ENTROPY_SHA512_ACCUMULATOR
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user