about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibssl3types.h
blob: ec7350572ba42ec79e2ac9ddd05a2fa58b58e822 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*******************************************************************
 * File automatically generated by rebuild_wrappers.py (v2.4.0.21) *
 *******************************************************************/
#ifndef __wrappedlibssl3TYPES_H_
#define __wrappedlibssl3TYPES_H_

#ifndef LIBNAME
#error You should only #include this file inside a wrapped*.c file
#endif
#ifndef ADDED_FUNCTIONS
#define ADDED_FUNCTIONS() 
#endif

typedef void* (*pFp_t)(void*);
typedef void (*vFpp_t)(void*, void*);
typedef void (*vFpip_t)(void*, int32_t, void*);
typedef void (*vFppp_t)(void*, void*, void*);
typedef intptr_t (*lFpip_t)(void*, int32_t, void*);
typedef int32_t (*iFlpppp_t)(intptr_t, void*, void*, void*, void*);

#define SUPER() ADDED_FUNCTIONS() \
	GO(SSL_CTX_get_default_passwd_cb, pFp_t) \
	GO(SSL_CTX_get_verify_callback, pFp_t) \
	GO(SSL_get_verify_callback, pFp_t) \
	GO(SSL_CTX_set_client_cert_cb, vFpp_t) \
	GO(SSL_CTX_set_default_passwd_cb, vFpp_t) \
	GO(SSL_CTX_set_keylog_callback, vFpp_t) \
	GO(SSL_CTX_set_msg_callback, vFpp_t) \
	GO(SSL_set_msg_callback, vFpp_t) \
	GO(SSL_set_psk_client_callback, vFpp_t) \
	GO(SSL_CTX_set_verify, vFpip_t) \
	GO(SSL_set_verify, vFpip_t) \
	GO(SSL_CTX_set_alpn_select_cb, vFppp_t) \
	GO(SSL_CTX_set_cert_verify_callback, vFppp_t) \
	GO(SSL_CTX_set_next_proto_select_cb, vFppp_t) \
	GO(SSL_CTX_callback_ctrl, lFpip_t) \
	GO(SSL_callback_ctrl, lFpip_t) \
	GO(SSL_get_ex_new_index, iFlpppp_t)

#endif // __wrappedlibssl3TYPES_H_