Delta Chat Core C-API
dc_openssl.h
1 #ifndef __DC_OPENSSL_H__
2 #define __DC_OPENSSL_H__
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6 
7 
8 /*** library-private **********************************************************/
9 
10 
11 void dc_openssl_init(void);
12 void dc_openssl_exit(void);
13 
14 
15 #ifdef __cplusplus
16 } /* /extern "C" */
17 #endif
18 #endif // __DC_OPENSSL_H__