Commit 1166a6c3 authored by Steven Fackler's avatar Steven Fackler
Browse files

Flag off constant

parent f9866cd4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1305,6 +1305,7 @@ pub const X509_FILETYPE_DEFAULT: c_int = 3;
pub const X509_FILETYPE_PEM: c_int = 1;

pub const X509_V_OK: c_int = 0;
#[cfg(not(libressl))]
pub const X509_V_ERR_UNSPECIFIED: c_int = 1;
pub const X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT: c_int = 2;
pub const X509_V_ERR_UNABLE_TO_GET_CRL: c_int = 3;