We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd3f28 commit c45ee63Copy full SHA for c45ee63
src/rust/src/pkcs7.rs
@@ -25,7 +25,6 @@ use crate::padding::PKCS7UnpaddingContext;
25
use crate::pkcs12::symmetric_encrypt;
26
#[cfg(not(CRYPTOGRAPHY_IS_BORINGSSL))]
27
use crate::utils::cstr_from_literal;
28
-#[cfg(not(CRYPTOGRAPHY_IS_BORINGSSL))]
29
use crate::x509::certificate::load_der_x509_certificate;
30
use crate::{exceptions, types, x509};
31
0 commit comments