Changeset 12 in Main for trunk/Server/tw_ssl.h


Ignore:
Timestamp:
Sep 13, 2024, 10:36:03 PM (2 months ago)
Author:
Nishi
Message:

vhost works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/tw_ssl.h

    r11 r12  
    44#define __TW_SSL_H__
    55
     6#include <openssl/ssl.h>
     7
     8SSL_CTX* tw_create_ssl_ctx(uint64_t port);
     9
    610#endif
Note: See TracChangeset for help on using the changeset viewer.