Rev 11 | Rev 31 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
/* $Id: tw_ssl.h 12 2024-09-13 13:36:03Z nishi $ */
#ifndef __TW_SSL_H__
#define __TW_SSL_H__
#include <openssl/ssl.h>
SSL_CTX* tw_create_ssl_ctx(uint64_t port);
#endif