pub unsafe extern "C" fn httpcAddDefaultCert(
    context: *mut httpcContext,
    certID: SSLC_DefaultRootCert
) -> Result
Expand description

Adds a default RootCA cert to a HTTP context.

§Arguments

  • context - Context to use.
  • certID - ID of the cert to add, see sslc.h.