We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8840e53 + 66c16ca commit efe619cCopy full SHA for efe619c
openssl/src/x509/mod.rs
@@ -2439,10 +2439,8 @@ cfg_if! {
2439
}
2440
2441
cfg_if! {
2442
- if #[cfg(any(ossl110, libressl350))] {
+ if #[cfg(any(ossl110, libressl350, boringssl))] {
2443
use ffi::X509_OBJECT_free;
2444
- } else if #[cfg(boringssl)] {
2445
- use ffi::X509_OBJECT_free_contents as X509_OBJECT_free;
2446
} else {
2447
#[allow(bad_style)]
2448
unsafe fn X509_OBJECT_free(x: *mut ffi::X509_OBJECT) {
0 commit comments