source:
Main/trunk/Server/tw_ssl.h@
104
Last change on this file since 104 was 31, checked in by , on Sep 16, 2024 at 4:52:02 PM | |
---|---|
|
|
File size: 160 bytes |
Rev | Line | |
---|---|---|
[11] | 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] | 6 | #include <openssl/ssl.h> |
[31] | 7 | #include <stdint.h> |
[12] | 8 | |
[31] | 9 | SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port); |
[12] | 10 | |
[11] | 11 | #endif |
Note:
See TracBrowser
for help on using the repository browser.