source:
Main/trunk/Server/tw_ssl.h@
141
Last change on this file since 141 was 140, checked in by , on Sep 23, 2024 at 8:31:18 PM | |
---|---|
|
|
File size: 229 bytes |
Line | |
---|---|
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 | |
6 | #ifdef __cplusplus |
7 | extern "C" { |
8 | #endif |
9 | |
10 | #include <openssl/ssl.h> |
11 | #include <stdint.h> |
12 | |
13 | SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port); |
14 | |
15 | #ifdef __cplusplus |
16 | } |
17 | #endif |
18 | |
19 | #endif |
Note:
See TracBrowser
for help on using the repository browser.