pub unsafe extern "C" fn httpcAddDefaultCert(
context: *mut httpcContext,
certID: SSLC_DefaultRootCert,
) -> ResultExpand 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.