commit | 187782f41ed540245025d92bf088529520b90094 | [log] [tgz] |
---|---|---|
author | Chris Jones <christopher.jones@arm.com> | Tue Mar 09 17:28:35 2021 +0000 |
committer | Chris Jones <christopher.jones@arm.com> | Wed Mar 10 12:52:37 2021 +0000 |
tree | eb0e8bf86436c0c0505a55a7d72f70f6f08a4a2b | |
parent | daacb59c2e287a14efa4b99537f8f8edaa9cc7e0 [diff] [blame] |
Move aesni.h to library `aesni.h` is an internal header and is moved accordingly. Also removes some references to internal headers in scripts with only public headers. Signed-off-by: Chris Jones <christopher.jones@arm.com>
diff --git a/library/aesni.c b/library/aesni.c index 996292f..be226c9 100644 --- a/library/aesni.c +++ b/library/aesni.c
@@ -32,7 +32,7 @@ #endif #endif -#include "mbedtls/aesni.h" +#include "aesni.h" #include <string.h>