commit | 462a4d48fb450a1e194e365443933d8933bdf087 | [log] [tgz] |
---|---|---|
author | Chris Jones <christopher.jones@arm.com> | Tue Mar 09 17:47:55 2021 +0000 |
committer | Chris Jones <christopher.jones@arm.com> | Wed Mar 10 12:52:37 2021 +0000 |
tree | 4a1466b664cac8f15ec39535fa64d9edce8ad7ef | |
parent | 094cab38c657106ba4cf0dc785ccccac84ae2fcf [diff] [blame] |
Move padlock.h to library `padlock.h` is actually an internal header and is moved accordingly. Signed-off-by: Chris Jones <christopher.jones@arm.com>
diff --git a/library/aes.c b/library/aes.c index 5201aed..b36b81c 100644 --- a/library/aes.c +++ b/library/aes.c
@@ -34,7 +34,7 @@ #include "mbedtls/platform_util.h" #include "mbedtls/error.h" #if defined(MBEDTLS_PADLOCK_C) -#include "mbedtls/padlock.h" +#include "padlock.h" #endif #if defined(MBEDTLS_AESNI_C) #include "aesni.h"