Skip to content

Commit

Permalink
Requires "ring-io" feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth authored Feb 18, 2025
1 parent f290d20 commit eac2543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws-lc-rs/src/rsa/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ where
}
}

#[cfg(feature = "ring-io")]
impl From<&PublicKey> for PublicKeyComponents<&[u8]> {
fn from(public_key: &PublicKey) -> Self {
PublicKeyComponents {
Expand Down

0 comments on commit eac2543

Please sign in to comment.