00001 #ifndef __SSLUTILS_H__ 00002 #define __SSLUTILS_H__ 00003 00004 void ssl_init(void); 00005 00006 void ssl_cleanup(void); 00007 00008 void ssl_thread_init(void); 00009 00010 void ssl_thread_cleanup(void); 00011 00012 #endif