mirror of
				https://github.com/espressif/esp-protocols.git
				synced 2025-10-31 06:31:40 +01: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_
 |