7 lines
86 B
C
7 lines
86 B
C
|
#ifndef _OPENSSL_DEMO_H_
|
||
|
#define _OPENSSL_DEMO_H_
|
||
|
|
||
|
void user_conn_init(void);
|
||
|
|
||
|
#endif
|