Files
oceanbase/deps/ussl-hook/loop/auth-methods.h
obdev d6c6e05727 [FEAT MERGE] log4200
Co-authored-by: zhjc1124 <zhjc1124@gmail.com>
Co-authored-by: BinChenn <binchenn.bc@gmail.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
2023-05-06 08:15:43 +00:00

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_