diff --git a/ssh-key/src/private/ecdsa.rs b/ssh-key/src/private/ecdsa.rs index 33d196b..5b64d7f 100644 --- a/ssh-key/src/private/ecdsa.rs +++ b/ssh-key/src/private/ecdsa.rs @@ -95,7 +95,7 @@ impl Eq for EcdsaPrivateKey {} impl fmt::Debug for EcdsaPrivateKey { fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { - f.debug_struct("Ed25519PrivateKey").finish_non_exhaustive() + f.debug_struct("EcdsaPrivateKey").finish_non_exhaustive() } }