mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-01-06 11:41:12 +03:00
Move entropy_poll.h to library
`entropy_poll.h` is not supposed to be used by application code and is therefore being made internal. Signed-off-by: Chris Jones <christopher.jones@arm.com>
This commit is contained in:
@@ -6482,7 +6482,7 @@ int mbedtls_psa_get_random( void *p_rng,
|
||||
#endif /* MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG */
|
||||
|
||||
#if defined(MBEDTLS_PSA_INJECT_ENTROPY)
|
||||
#include "mbedtls/entropy_poll.h"
|
||||
#include "entropy_poll.h"
|
||||
|
||||
psa_status_t mbedtls_psa_inject_entropy( const uint8_t *seed,
|
||||
size_t seed_size )
|
||||
|
||||
Reference in New Issue
Block a user