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