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/net_sockets.c b/library/net_sockets.c index ef89a88..33616bc 100644 --- a/library/net_sockets.c +++ b/library/net_sockets.c
@@ -15,7 +15,7 @@ #define _XOPEN_SOURCE 600 /* sockaddr_storage */ #endif -#include "common.h" +#include "ssl_misc.h" #if defined(MBEDTLS_NET_C)