Subversion Repositories Tewi

Rev

Rev 31 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

/* $Id: tw_ssl.h 140 2024-09-23 11:31:18Z nishi $ */

#ifndef __TW_SSL_H__
#define __TW_SSL_H__

#ifdef __cplusplus
extern "C" {
#endif

#include <openssl/ssl.h>
#include <stdint.h>

SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port);

#ifdef __cplusplus
}
#endif

#endif