Subversion Repositories Tewi

Rev

Rev 12 | Rev 140 | 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 31 2024-09-16 07:52:02Z nishi $ */
2
 
3
#ifndef __TW_SSL_H__
4
#define __TW_SSL_H__
5
 
12 nishi 6
#include <openssl/ssl.h>
31 nishi 7
#include <stdint.h>
12 nishi 8
 
31 nishi 9
SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port);
12 nishi 10
 
11 nishi 11
#endif