2021-05-17 02:56:33 +02:00
|
|
|
/*
|
2023-10-06 09:55:43 +02:00
|
|
|
* SPDX-FileCopyrightText: 2018-2023 Espressif Systems (Shanghai) CO LTD
|
2021-05-17 02:56:33 +02:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
*/
|
2018-05-29 11:25:24 +02:00
|
|
|
#ifndef _ESP_ASIO_CONFIG_H_
|
|
|
|
|
#define _ESP_ASIO_CONFIG_H_
|
|
|
|
|
|
2023-10-06 09:55:43 +02:00
|
|
|
#define ASIO_SSL_DETAIL_OPENSSL_TYPES_HPP
|
|
|
|
|
#include "openssl_stub.hpp"
|
2020-06-05 17:17:55 +02:00
|
|
|
|
2018-05-29 11:25:24 +02:00
|
|
|
#endif // _ESP_ASIO_CONFIG_H_
|