mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-03 10:20:36 +00:00
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>
This commit is contained in:
parent
4d432d6ea5
commit
e8e23fb519
@ -5,7 +5,7 @@
|
|||||||
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
#include "ssl_misc.h"
|
||||||
|
|
||||||
#if defined(MBEDTLS_DEBUG_C)
|
#if defined(MBEDTLS_DEBUG_C)
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
#include "ssl_misc.h"
|
||||||
|
|
||||||
#if defined(MBEDTLS_SSL_PROTO_TLS1_3)
|
#if defined(MBEDTLS_SSL_PROTO_TLS1_3)
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
#include "ssl_misc.h"
|
||||||
|
|
||||||
#if defined(MBEDTLS_SSL_PROTO_TLS1_3)
|
#if defined(MBEDTLS_SSL_PROTO_TLS1_3)
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#ifndef MBEDTLS_MPS_MBEDTLS_MPS_TRACE_H
|
#ifndef MBEDTLS_MPS_MBEDTLS_MPS_TRACE_H
|
||||||
#define MBEDTLS_MPS_MBEDTLS_MPS_TRACE_H
|
#define MBEDTLS_MPS_MBEDTLS_MPS_TRACE_H
|
||||||
|
|
||||||
#include "common.h"
|
#include "ssl_misc.h"
|
||||||
#include "mps_common.h"
|
#include "mps_common.h"
|
||||||
#include "mps_trace.h"
|
#include "mps_trace.h"
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#define _XOPEN_SOURCE 600 /* sockaddr_storage */
|
#define _XOPEN_SOURCE 600 /* sockaddr_storage */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "common.h"
|
#include "ssl_misc.h"
|
||||||
|
|
||||||
#if defined(MBEDTLS_NET_C)
|
#if defined(MBEDTLS_NET_C)
|
||||||
|
|
||||||
|
@ -48,7 +48,6 @@
|
|||||||
#include "ssl_ciphersuites_internal.h"
|
#include "ssl_ciphersuites_internal.h"
|
||||||
#include "x509_internal.h"
|
#include "x509_internal.h"
|
||||||
#include "pk_internal.h"
|
#include "pk_internal.h"
|
||||||
#include "common.h"
|
|
||||||
|
|
||||||
/* Shorthand for restartable ECC */
|
/* Shorthand for restartable ECC */
|
||||||
#if defined(MBEDTLS_ECP_RESTARTABLE) && \
|
#if defined(MBEDTLS_ECP_RESTARTABLE) && \
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "common.h"
|
#include "ssl_misc.h"
|
||||||
|
|
||||||
#if defined(MBEDTLS_VERSION_C)
|
#if defined(MBEDTLS_VERSION_C)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user