Skip to content

Commit

Permalink
refactor: signedData is now in utils::asn1
Browse files Browse the repository at this point in the history
  • Loading branch information
latonis committed Dec 29, 2024
1 parent 0eb2d89 commit 02e0f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/modules/macho/parser.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::modules::pe::asn1::SignedData;
use crate::modules::utils::asn1::SignedData;
use crate::modules::protos;
use bstr::{BStr, ByteSlice};
use der_parser::asn1_rs::{FromBer, OptTaggedParser, ParseResult};
Expand Down

0 comments on commit 02e0f29

Please sign in to comment.