We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3649c38 commit fb78777Copy full SHA for fb78777
src/rust/src/pkcs7.rs
@@ -21,7 +21,6 @@ use crate::buf::CffiBuf;
21
use crate::error::{CryptographyError, CryptographyResult};
22
use crate::padding::PKCS7UnpaddingContext;
23
use crate::pkcs12::symmetric_encrypt;
24
-#[cfg(not(CRYPTOGRAPHY_IS_BORINGSSL))]
25
use crate::x509::certificate::load_der_x509_certificate;
26
use crate::{exceptions, types, x509};
27
0 commit comments