Subversion Repositories Tewi

Rev

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

Rev 12 Rev 31
Line 1... Line 1...
1
/* $Id: tw_ssl.h 12 2024-09-13 13:36:03Z nishi $ */
1
/* $Id: tw_ssl.h 31 2024-09-16 07:52:02Z 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>
6
#include <openssl/ssl.h>
-
 
7
#include <stdint.h>
7
 
8
 
8
SSL_CTX* tw_create_ssl_ctx(uint64_t port);
9
SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port);
9
 
10
 
10
#endif
11
#endif