Skip to content

Commit

Permalink
Fuzz: Repeated identical fuzz func call removed
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Aug 15, 2018
1 parent 5b85970 commit 678e6a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fuzz/fuzz_targets/hkdf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ fuzz_target!(|data: &[u8]| {
fuzz_hkdf(data, data, data, 12240);

fuzz_hkdf(data, data, data, 16320);

fuzz_hkdf(data, data, data, 8160);
});

0 comments on commit 678e6a5

Please sign in to comment.