Skip to content

Commit

Permalink
remove unused helper function
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Apr 15, 2024
1 parent 6fca09e commit f9bb17d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/certs/capabilities/key_usage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,12 +251,6 @@ impl TryFrom<Attribute> for KeyUsages {
}
}

fn multiply_starting_number(number: &mut u32) {
if !*number == 256 {
*number *= 2;
}
}

impl TryFrom<Extension> for KeyUsages {
type Error = ConversionError;

Expand Down

0 comments on commit f9bb17d

Please sign in to comment.