From eac25436db9c84d713b83d2854585f2e620f8f80 Mon Sep 17 00:00:00 2001 From: Justin W Smith <103147162+justsmth@users.noreply.github.com> Date: Tue, 18 Feb 2025 10:21:03 -0500 Subject: [PATCH] Requires "ring-io" feature. --- aws-lc-rs/src/rsa/key.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/aws-lc-rs/src/rsa/key.rs b/aws-lc-rs/src/rsa/key.rs index 5d7dca53bf1..690c1544278 100644 --- a/aws-lc-rs/src/rsa/key.rs +++ b/aws-lc-rs/src/rsa/key.rs @@ -430,6 +430,7 @@ where } } +#[cfg(feature = "ring-io")] impl From<&PublicKey> for PublicKeyComponents<&[u8]> { fn from(public_key: &PublicKey) -> Self { PublicKeyComponents {