Subversion Repositories Tewi

Rev

Rev 31 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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