Skip to content

Commit

Permalink
loading the load_der func for all backends
Browse files Browse the repository at this point in the history
  • Loading branch information
nitneuqr committed Feb 15, 2025
1 parent dcd3f28 commit c45ee63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rust/src/pkcs7.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ use crate::padding::PKCS7UnpaddingContext;
use crate::pkcs12::symmetric_encrypt;
#[cfg(not(CRYPTOGRAPHY_IS_BORINGSSL))]
use crate::utils::cstr_from_literal;
#[cfg(not(CRYPTOGRAPHY_IS_BORINGSSL))]
use crate::x509::certificate::load_der_x509_certificate;
use crate::{exceptions, types, x509};

Expand Down

0 comments on commit c45ee63

Please sign in to comment.