mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-21 09:05:59 +08:00
7 lines
86 B
C
7 lines
86 B
C
#ifndef _OPENSSL_DEMO_H_
|
|
#define _OPENSSL_DEMO_H_
|
|
|
|
void user_conn_init(void);
|
|
|
|
#endif
|