libfluid
The ONF OpenFlow driver
TLS.hh
1 
2 #ifndef __SSL_IMPL_HH__
3 #define __SSL_IMPL_HH__
4 
5 namespace fluid_base {
7  extern void* tls_obj;
8 
17  void libfluid_tls_init(const char* cert, const char* privkey, const char* trustedcert);
18 
21  void libfluid_tls_clear();
22 }
23 
24 #endif