tewi/Server/tw_ssl.h
Nishi 1a4d60b622 use __uintptr_type__
git-svn-id: file:///raid/svn-personal/tewi/trunk@31 8739d7e6-ffea-ec47-b151-bdff447c6205
2024-09-16 07:52:02 +00:00

12 lines
160 B
C

/* $Id$ */
#ifndef __TW_SSL_H__
#define __TW_SSL_H__
#include <openssl/ssl.h>
#include <stdint.h>
SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port);
#endif