Aktualizr
C++ SOTA Client
All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
sslinit.h
1 #ifndef LT_SSLINIT_H_
2 #define LT_SSLINIT_H_
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 void openssl_callbacks_setup(void);
8 void openssl_callbacks_cleanup(void);
9 #ifdef __cplusplus
10 }
11 #endif
12 
13 #endif