Struct openssl::x509::X509VerifyError  
                   
                       [−]
                   
               [src]
pub struct X509VerifyError(_);
Methods
impl X509VerifyError[src]
unsafe fn from_raw(err: c_long) -> Option<X509VerifyError>
Creates an X509VerifyError from a raw error number.
None will be returned if err is X509_V_OK.
Safety
Some methods on X509VerifyError are not thread safe if the error
number is invalid.