Rev 12 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/* $Id: tw_ssl.h 31 2024-09-16 07:52:02Z nishi $ */
#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