commit | ea0a865c69b643fbadbd79e40eda18e9f7f82995 | [log] [tgz] |
---|---|---|
author | Chris Jones <christopher.jones@arm.com> | Tue Mar 09 19:11:19 2021 +0000 |
committer | Chris Jones <christopher.jones@arm.com> | Wed Mar 10 12:52:37 2021 +0000 |
tree | ac3958a9c30a303485a246d5fa30d6bed2eb486c | |
parent | 16dbaeb9ebd923b27845456cf084f24bbee76dce [diff] [blame] |
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>
diff --git a/library/entropy.c b/library/entropy.c index deda97c..1ac4cf5 100644 --- a/library/entropy.c +++ b/library/entropy.c
@@ -28,7 +28,7 @@ #endif #include "mbedtls/entropy.h" -#include "mbedtls/entropy_poll.h" +#include "entropy_poll.h" #include "mbedtls/platform_util.h" #include "mbedtls/error.h"