Struct openssl::conf::ConfMethod
[−]
[src]
pub struct ConfMethod(_);
Methods
impl ConfMethod
[src]
pub fn default() -> ConfMethod
[src]
Retrieve handle to the default OpenSSL configuration file processing function.
pub unsafe fn from_ptr(ptr: *mut CONF_METHOD) -> ConfMethod
[src]
Construct from raw pointer.
pub fn as_ptr(&self) -> *mut CONF_METHOD
[src]
Convert to raw pointer.