Skip to content

Commit c45ee63

Browse files
committed
loading the load_der func for all backends
1 parent dcd3f28 commit c45ee63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rust/src/pkcs7.rs

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ use crate::padding::PKCS7UnpaddingContext;
2525
use crate::pkcs12::symmetric_encrypt;
2626
#[cfg(not(CRYPTOGRAPHY_IS_BORINGSSL))]
2727
use crate::utils::cstr_from_literal;
28-
#[cfg(not(CRYPTOGRAPHY_IS_BORINGSSL))]
2928
use crate::x509::certificate::load_der_x509_certificate;
3029
use crate::{exceptions, types, x509};
3130

0 commit comments

Comments
 (0)