Co-authored-by: zhjc1124 <zhjc1124@gmail.com> Co-authored-by: BinChenn <binchenn.bc@gmail.com> Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
13 lines
360 B
C
13 lines
360 B
C
#ifndef USSL_HOOK_LOOP_AUTH_METHODS_
|
|
#define USSL_HOOK_LOOP_AUTH_METHODS_
|
|
|
|
extern void set_server_auth_methods(const int methods);
|
|
extern int test_server_auth_methods(const int method);
|
|
extern int get_server_auth_methods();
|
|
|
|
extern void set_client_auth_methods(const int methods);
|
|
extern int get_client_auth_methods();
|
|
|
|
|
|
#endif // USSL_HOOK_LOOP_AUTH_METHODS_
|