source:
Main/trunk/Server/tw_ssl.h@
17
Last change on this file since 17 was 12, checked in by , on Sep 13, 2024 at 10:36:03 PM | |
---|---|
|
|
File size: 132 bytes |
Line | |
---|---|
1 | /* $Id: tw_ssl.h 12 2024-09-13 13:36:03Z nishi $ */ |
2 | |
3 | #ifndef __TW_SSL_H__ |
4 | #define __TW_SSL_H__ |
5 | |
6 | #include <openssl/ssl.h> |
7 | |
8 | SSL_CTX* tw_create_ssl_ctx(uint64_t port); |
9 | |
10 | #endif |
Note:
See TracBrowser
for help on using the repository browser.