mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-16 12:02:11 +02:00
13 lines
280 B
C
13 lines
280 B
C
/*
|
|
* SPDX-FileCopyrightText: 2018-2023 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#ifndef _ESP_ASIO_CONFIG_H_
|
|
#define _ESP_ASIO_CONFIG_H_
|
|
|
|
#define ASIO_SSL_DETAIL_OPENSSL_TYPES_HPP
|
|
#include "openssl_stub.hpp"
|
|
|
|
#endif // _ESP_ASIO_CONFIG_H_
|