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