tewi/Server/tw_ssl.h
Nishi 448281ee99 vhost works
git-svn-id: file:///raid/svn-personal/tewi/trunk@12 8739d7e6-ffea-ec47-b151-bdff447c6205
2024-09-13 13:36:03 +00:00

11 lines
132 B
C

/* $Id$ */
#ifndef __TW_SSL_H__
#define __TW_SSL_H__
#include <openssl/ssl.h>
SSL_CTX* tw_create_ssl_ctx(uint64_t port);
#endif