mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-01 16:57:46 +00:00
Update includes for generated files
This commit replaces the include of "common.h" with "ssl_misc.h" for generated files. Signed-off-by: Harry Ramsey <[email protected]>
This commit is contained in:
@@ -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_VERSION_C)
|
||||
|
||||
|
||||
@@ -350,7 +350,7 @@ OUTPUT_C_TEMPLATE = '''\
|
||||
*
|
||||
*/
|
||||
|
||||
#include "common.h"
|
||||
#include "ssl_misc.h"
|
||||
|
||||
#if defined(MBEDTLS_DEBUG_C)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user