/* $Id: tw_ssl.h 31 2024-09-16 07:52:02Z nishi $ */ #ifndef __TW_SSL_H__ #define __TW_SSL_H__ #include #include SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port); #endif