pub unsafe extern "C" fn httpcSetSSLClearOpt(
context: *mut httpcContext,
options: u32_,
) -> ResultExpand description
Sets the SSL options which will be cleared for the context. The HTTPC SSL option bits are the same as those defined in sslc.h
ยงArguments
context- Context to clear flags on.options- SSL option flags.