Struct openssl::conf::ConfMethod
source · pub struct ConfMethod(_);
Implementations§
source§impl ConfMethod
impl ConfMethod
sourcepub fn default() -> ConfMethod
pub fn default() -> ConfMethod
Retrieve handle to the default OpenSSL configuration file processing function.
This corresponds to NCONF_default
.
sourcepub unsafe fn from_ptr(ptr: *mut CONF_METHOD) -> ConfMethod
pub unsafe fn from_ptr(ptr: *mut CONF_METHOD) -> ConfMethod
sourcepub fn as_ptr(&self) -> *mut CONF_METHOD
pub fn as_ptr(&self) -> *mut CONF_METHOD
Convert to raw pointer.