source: Main/trunk/Server/tw_ssl.h@ 116

Last change on this file since 116 was 31, checked in by Nishi, on Sep 16, 2024 at 4:52:02 PM

use uintptr_type

  • Property svn:keywords set to Id
File size: 160 bytes
RevLine 
[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]9SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port);
[12]10
[11]11#endif
Note: See TracBrowser for help on using the repository browser.