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

Last change on this file since 156 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
RevLine 
[11]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
[140]6#ifdef __cplusplus
7extern "C" {
8#endif
9
[12]10#include <openssl/ssl.h>
[31]11#include <stdint.h>
[12]12
[31]13SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port);
[12]14
[140]15#ifdef __cplusplus
16}
[11]17#endif
[140]18
19#endif
Note: See TracBrowser for help on using the repository browser.