pub unsafe extern "C" fn httpcSetSSLClearOpt(
    context: *mut httpcContext,
    options: u32_
) -> Result
Expand 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.