Subversion Repositories Tewi

Rev

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 140 2024-09-23 11:31:18Z nishi $ */
2
 
3
#ifndef __TW_SSL_H__
4
#define __TW_SSL_H__
5
 
140 nishi 6
#ifdef __cplusplus
7
extern "C" {
8
#endif
9
 
12 nishi 10
#include <openssl/ssl.h>
31 nishi 11
#include <stdint.h>
12 nishi 12
 
31 nishi 13
SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port);
12 nishi 14
 
140 nishi 15
#ifdef __cplusplus
16
}
11 nishi 17
#endif
140 nishi 18
 
19
#endif