Function ctru_sys::httpcSetSSLOpt
source · pub unsafe extern "C" fn httpcSetSSLOpt(
context: *mut httpcContext,
options: u32_
) -> Result
Expand description
Sets SSL options for the context. The HTTPC SSL option bits are the same as those defined in sslc.h
§Arguments
context
- Context to set flags on.options
- SSL option flags.