From 5adc9c304b09f612e9414f2a6cca8e3bb1551cd9 Mon Sep 17 00:00:00 2001 From: Elena Uziunaite Date: Tue, 15 Oct 2024 16:56:24 +0100 Subject: [PATCH] Add "common.h" Needed after b81cd1af6418823a2b5ffbd3710ceac9b0e0afa4 (#9671) since generate_ssl_debug_helpers.py was moved to the framework Signed-off-by: Elena Uziunaite --- library/ssl_misc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/ssl_misc.h b/library/ssl_misc.h index 78ec3bd7a9..7495ae3bec 100644 --- a/library/ssl_misc.h +++ b/library/ssl_misc.h @@ -11,6 +11,7 @@ #define MBEDTLS_SSL_MISC_H #include "mbedtls/build_info.h" +#include "common.h" #include "mbedtls/error.h" @@ -47,7 +48,7 @@ #include "ssl_ciphersuites_internal.h" #include "x509_internal.h" #include "pk_internal.h" -#include "common.h" + /* Shorthand for restartable ECC */ #if defined(MBEDTLS_ECP_RESTARTABLE) && \