commit | 0c5e8ef1ec00e4a7d2cf06bae512410ea2059fa6 | [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 | 462a4d48fb450a1e194e365443933d8933bdf087 [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"