SSL_CTX_set_srp_username function
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<ssl_ctx_st>, ffi.Pointer<ffi.Char>)>()
external int SSL_CTX_set_srp_username(
ffi.Pointer<ssl_ctx_st> ctx,
ffi.Pointer<ffi.Char> name,
);
@ffi.Native<ffi.Int Function(ffi.Pointer<ssl_ctx_st>, ffi.Pointer<ffi.Char>)>()
external int SSL_CTX_set_srp_username(
ffi.Pointer<ssl_ctx_st> ctx,
ffi.Pointer<ffi.Char> name,
);