commit | e8e23fb51997797a381482c8456d43b8ed126262 | [log] [tgz] |
---|---|---|
author | Harry Ramsey <harry.ramsey@arm.com> | Fri Oct 11 12:21:30 2024 +0100 |
committer | Harry Ramsey <harry.ramsey@arm.com> | Fri Oct 11 12:21:30 2024 +0100 |
tree | ab3974f41274111c9301de12fff85b47c7585fe8 | |
parent | 4d432d6ea527cc9fc10faae4425818574a1e4868 [diff] [blame] |
Include ssl_misc.h for additional SSL helper files This commit replaces #include "common.h" in favour of #include "ssl_misc.h". Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
diff --git a/library/debug.c b/library/debug.c index c36ed3c..a486353 100644 --- a/library/debug.c +++ b/library/debug.c
@@ -5,7 +5,7 @@ * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later */ -#include "common.h" +#include "ssl_misc.h" #if defined(MBEDTLS_DEBUG_C)