Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
net.h
00001 /** 00002 * \file net.h 00003 * 00004 * \brief Deprecated header file that includes mbedtls/net_sockets.h 00005 * 00006 * \deprecated Superseded by mbedtls/net_sockets.h 00007 */ 00008 /* 00009 * Copyright (C) 2006-2016, ARM Limited, All Rights Reserved 00010 * SPDX-License-Identifier: Apache-2.0 00011 * 00012 * Licensed under the Apache License, Version 2.0 (the "License"); you may 00013 * not use this file except in compliance with the License. 00014 * You may obtain a copy of the License at 00015 * 00016 * http://www.apache.org/licenses/LICENSE-2.0 00017 * 00018 * Unless required by applicable law or agreed to in writing, software 00019 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 00020 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00021 * See the License for the specific language governing permissions and 00022 * limitations under the License. 00023 * 00024 * This file is part of mbed TLS (https://tls.mbed.org) 00025 */ 00026 00027 #if !defined(MBEDTLS_DEPRECATED_REMOVED) 00028 #include "mbedtls/net_sockets.h" 00029 #if defined(MBEDTLS_DEPRECATED_WARNING) 00030 #warning "Deprecated header file: Superseded by mbedtls/net_sockets.h" 00031 #endif /* MBEDTLS_DEPRECATED_WARNING */ 00032 #endif /* !MBEDTLS_DEPRECATED_REMOVED */
Generated on Tue Jul 12 2022 14:24:29 by
