mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-27 05:19:54 +00:00
Refactor error_common ifdef header
This commit refactors MBEDTLS_ERRORCOMMON_H to MBEDTLS_ERROR_COMMON_H. Signed-off-by: Harry Ramsey <[email protected]>
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
* Copyright The Mbed TLS Contributors
|
||||
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||
*/
|
||||
#ifndef MBEDTLS_ERRORCOMMON_H
|
||||
#define MBEDTLS_ERRORCOMMON_H
|
||||
#ifndef MBEDTLS_ERROR_COMMON_H
|
||||
#define MBEDTLS_ERROR_COMMON_H
|
||||
|
||||
#include "mbedtls/build_info.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user