Commit
+2 -1 +/-1 browse
1 | diff --git a/fuzz/fuzz_targets/mail_auth.rs b/fuzz/fuzz_targets/mail_auth.rs |
2 | index 214ff0b..0c6bb02 100644 |
3 | --- a/fuzz/fuzz_targets/mail_auth.rs |
4 | +++ b/fuzz/fuzz_targets/mail_auth.rs |
5 | @@ -14,7 +14,8 @@ use libfuzzer_sys::fuzz_target; |
6 | use mail_auth::{ |
7 | arc, |
8 | common::parse::TxtRecordParser, |
9 | - dkim::{self, Atps, DomainKey, DomainKeyReport}, |
10 | + common::verify::DomainKey, |
11 | + dkim::{self, Atps, DomainKeyReport}, |
12 | dmarc::Dmarc, |
13 | report::{Feedback, Report}, |
14 | spf::{Macro, Spf}, |