Mbed TLS v2.28.9
Loading...
Searching...
No Matches
include
mbedtls
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 */
config.h
Configuration options (set of defines)
net_sockets.h
Network sockets abstraction layer to integrate Mbed TLS into a BSD-style sockets API.
Generated on Tue Sep 3 2024 00:00:00 for Mbed TLS v2.28.9 by
1.12.0