source: Main/trunk/Server/tw_ssl.h@ 15

Last change on this file since 15 was 12, checked in by Nishi, on Sep 13, 2024 at 10:36:03 PM

vhost works

  • Property svn:keywords set to Id
File size: 132 bytes
Line 
1/* $Id: tw_ssl.h 12 2024-09-13 13:36:03Z nishi $ */
2
3#ifndef __TW_SSL_H__
4#define __TW_SSL_H__
5
6#include <openssl/ssl.h>
7
8SSL_CTX* tw_create_ssl_ctx(uint64_t port);
9
10#endif
Note: See TracBrowser for help on using the repository browser.