Skip to content

Commit

Permalink
Update includes for generated files
Browse files Browse the repository at this point in the history
This commit replaces the include of "common.h" with "ssl_misc.h" for
generated files.

Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
  • Loading branch information
Harry-Ramsey committed Oct 14, 2024
1 parent e8e23fb commit b81cd1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/data_files/version_features.fmt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_ssl_debug_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def __str__(self):
*
*/
#include "common.h"
#include "ssl_misc.h"
#if defined(MBEDTLS_DEBUG_C)
Expand Down

0 comments on commit b81cd1a

Please sign in to comment.