Subversion Repositories Tewi

Rev

Rev 11 | Rev 31 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
11 nishi 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
 
12 nishi 6
#include <openssl/ssl.h>
7
 
8
SSL_CTX* tw_create_ssl_ctx(uint64_t port);
9
 
11 nishi 10
#endif