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


Ignore:
Timestamp:
Sep 16, 2024, 4:52:02 PM (2 months ago)
Author:
Nishi
Message:

use uintptr_type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/tw_ssl.h

    r12 r31  
    55
    66#include <openssl/ssl.h>
     7#include <stdint.h>
    78
    8 SSL_CTX* tw_create_ssl_ctx(uint64_t port);
     9SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port);
    910
    1011#endif
Note: See TracChangeset for help on using the changeset viewer.