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

Last change on this file since 71 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
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
9SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port);
10
11#endif
Note: See TracBrowser for help on using the repository browser.