commit | bc48725b64c6ebec8dbdf1b1c4142c824a37a607 | [log] [tgz] |
---|---|---|
author | Anton Matkin <anton.matkin@arm.com> | Mon Jun 16 13:37:03 2025 +0200 |
committer | Anton Matkin <anton.matkin@arm.com> | Fri Aug 29 07:05:37 2025 +0200 |
tree | 49d72d2471f8420f2e36d5fd8b9da3ea8531a276 | |
parent | 6ff9c89648962f97d1939871107798ccecd18b6e [diff] [blame] |
Include fixups (headers moves to private directory) Signed-off-by: Anton Matkin <anton.matkin@arm.com>
diff --git a/include/mbedtls/ssl_ciphersuites.h b/include/mbedtls/ssl_ciphersuites.h index b031231..c97f6ab 100644 --- a/include/mbedtls/ssl_ciphersuites.h +++ b/include/mbedtls/ssl_ciphersuites.h
@@ -14,7 +14,7 @@ #include "mbedtls/build_info.h" #include "mbedtls/pk.h" -#include "mbedtls/cipher.h" +#include "mbedtls/private/cipher.h" #include "mbedtls/md.h" #ifdef __cplusplus