/* $Id$ */ #ifndef __TW_SSL_H__ #define __TW_SSL_H__ #include #include SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port); #endif