commit | c801d3293e93a6b988880bf66afd6606aa6acb42 | [log] [tgz] |
---|---|---|
author | Ben Taylor <ben.taylor@linaro.org> | Thu Jul 03 15:01:39 2025 +0100 |
committer | Ben Taylor <ben.taylor@linaro.org> | Thu Jul 17 15:18:53 2025 +0100 |
tree | 608c07dee94e0ae082fd8215845c3085959a6af3 | |
parent | 0b49112329f141a375a63a5eee4ada9340af926e [diff] [blame] |
include private pk.h internally Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
diff --git a/tests/src/certs.c b/tests/src/certs.c index d1af5b2..f7a73bf 100644 --- a/tests/src/certs.c +++ b/tests/src/certs.c
@@ -12,6 +12,9 @@ #include "mbedtls/build_info.h" #include "mbedtls/pk.h" +#if defined(MBEDTLS_PK_HAVE_PRIVATE_HEADER) +#include <mbedtls/private/pk_private.h> +#endif /* MBEDTLS_PK_HAVE_PRIVATE_HEADER */ #include "test/test_certs.h"