Loading openssl-sys/src/handwritten/x509v3.rs +1 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,7 @@ extern "C" { pub fn DIST_POINT_NAME_free(dist_point: *mut DIST_POINT_NAME); } #[cfg(ossl102)] extern "C" { pub fn X509_check_host( x: *mut X509, Loading Loading
openssl-sys/src/handwritten/x509v3.rs +1 −0 Original line number Diff line number Diff line Loading @@ -146,6 +146,7 @@ extern "C" { pub fn DIST_POINT_NAME_free(dist_point: *mut DIST_POINT_NAME); } #[cfg(ossl102)] extern "C" { pub fn X509_check_host( x: *mut X509, Loading