Type Alias CONF

Source
pub type CONF = conf_st;

Aliased Type§

struct CONF {
    pub meth: *mut conf_method_st,
    pub meth_data: *mut c_void,
    pub data: *mut lhash_st_CONF_VALUE,
    pub flag_dollarid: i32,
    pub flag_abspath: i32,
    pub includedir: *mut i8,
    pub libctx: *mut ossl_lib_ctx_st,
}

Fields§

§meth: *mut conf_method_st§meth_data: *mut c_void§data: *mut lhash_st_CONF_VALUE§flag_dollarid: i32§flag_abspath: i32§includedir: *mut i8§libctx: *mut ossl_lib_ctx_st