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

Last change on this file since 197 was 140, checked in by Nishi, on Sep 23, 2024 at 8:31:18 PM

adding cplusplus thing

  • Property svn:keywords set to Id
File size: 229 bytes
Line 
1/* $Id: tw_ssl.h 140 2024-09-23 11:31:18Z nishi $ */
2
3#ifndef __TW_SSL_H__
4#define __TW_SSL_H__
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10#include <openssl/ssl.h>
11#include <stdint.h>
12
13SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port);
14
15#ifdef __cplusplus
16}
17#endif
18
19#endif
Note: See TracBrowser for help on using the repository browser.