/* $Id: tw_ssl.h 140 2024-09-23 11:31:18Z nishi $ */ #ifndef __TW_SSL_H__ #define __TW_SSL_H__ #ifdef __cplusplus extern "C" { #endif #include #include SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port); #ifdef __cplusplus } #endif #endif