Function X509_build_chain

Source
pub unsafe extern "C" fn X509_build_chain(
    target: *mut x509_st,
    certs: *mut stack_st_X509,
    store: *mut x509_store_st,
    with_self_signed: i32,
    libctx: *mut ossl_lib_ctx_st,
    propq: *const i8,
) -> *mut stack_st_X509