Skip to content

Commit fb78777

Browse files
committed
loading the load_der func for all backends
1 parent 3649c38 commit fb78777

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rust/src/pkcs7.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ use crate::buf::CffiBuf;
2121
use crate::error::{CryptographyError, CryptographyResult};
2222
use crate::padding::PKCS7UnpaddingContext;
2323
use crate::pkcs12::symmetric_encrypt;
24-
#[cfg(not(CRYPTOGRAPHY_IS_BORINGSSL))]
2524
use crate::x509::certificate::load_der_x509_certificate;
2625
use crate::{exceptions, types, x509};
2726

0 commit comments

Comments
 (0)