Mbed TLS v2.28.8
net.h
Go to the documentation of this file.
1 
8 /*
9  * Copyright The Mbed TLS Contributors
10  * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
11  */
12 #if !defined(MBEDTLS_CONFIG_FILE)
13 #include "mbedtls/config.h"
14 #else
15 #include MBEDTLS_CONFIG_FILE
16 #endif
17 
18 #if !defined(MBEDTLS_DEPRECATED_REMOVED)
19 #include "mbedtls/net_sockets.h"
20 #if defined(MBEDTLS_DEPRECATED_WARNING)
21 #warning "Deprecated header file: Superseded by mbedtls/net_sockets.h"
22 #endif /* MBEDTLS_DEPRECATED_WARNING */
23 #endif /* !MBEDTLS_DEPRECATED_REMOVED */
net_sockets.h
Network sockets abstraction layer to integrate Mbed TLS into a BSD-style sockets API.
config.h
Configuration options (set of defines)