Subversion Repositories Tewi

Rev

Rev 11 | Rev 31 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 12
Line 1... Line 1...
1
/* $Id: tw_ssl.h 11 2024-09-13 12:47:34Z nishi $ */
1
/* $Id: tw_ssl.h 12 2024-09-13 13:36:03Z nishi $ */
2
 
2
 
3
#ifndef __TW_SSL_H__
3
#ifndef __TW_SSL_H__
4
#define __TW_SSL_H__
4
#define __TW_SSL_H__
5
 
5
 
-
 
6
#include <openssl/ssl.h>
-
 
7
 
-
 
8
SSL_CTX* tw_create_ssl_ctx(uint64_t port);
-
 
9
 
6
#endif
10
#endif