00001 00008 /* 00009 * Copyright (C) 2006-2016, ARM Limited, All Rights Reserved 00010 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 00011 * 00012 * This file is provided under the Apache License 2.0, or the 00013 * GNU General Public License v2.0 or later. 00014 * 00015 * ********** 00016 * Apache License 2.0: 00017 * 00018 * Licensed under the Apache License, Version 2.0 (the "License"); you may 00019 * not use this file except in compliance with the License. 00020 * You may obtain a copy of the License at 00021 * 00022 * http://www.apache.org/licenses/LICENSE-2.0 00023 * 00024 * Unless required by applicable law or agreed to in writing, software 00025 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 00026 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00027 * See the License for the specific language governing permissions and 00028 * limitations under the License. 00029 * 00030 * ********** 00031 * 00032 * ********** 00033 * GNU General Public License v2.0 or later: 00034 * 00035 * This program is free software; you can redistribute it and/or modify 00036 * it under the terms of the GNU General Public License as published by 00037 * the Free Software Foundation; either version 2 of the License, or 00038 * (at your option) any later version. 00039 * 00040 * This program is distributed in the hope that it will be useful, 00041 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00042 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00043 * GNU General Public License for more details. 00044 * 00045 * You should have received a copy of the GNU General Public License along 00046 * with this program; if not, write to the Free Software Foundation, Inc., 00047 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 00048 * 00049 * ********** 00050 * 00051 * This file is part of mbed TLS (https://tls.mbed.org) 00052 */ 00053 #if !defined(MBEDTLS_CONFIG_FILE) 00054 #include "config.h" 00055 #else 00056 #include MBEDTLS_CONFIG_FILE 00057 #endif 00058 00059 #if !defined(MBEDTLS_DEPRECATED_REMOVED) 00060 #include "net_sockets.h" 00061 #if defined(MBEDTLS_DEPRECATED_WARNING) 00062 #warning "Deprecated header file: Superseded by mbedtls/net_sockets.h" 00063 #endif /* MBEDTLS_DEPRECATED_WARNING */ 00064 #endif /* !MBEDTLS_DEPRECATED_REMOVED */