Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Dec 1, 2024
1 parent 0bb5938 commit 1ad09f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion russh-keys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,7 @@ Cog3JMeTrb3LiPHgN6gU2P30MRp6L1j1J/MtlOAr5rux
},
X {},
)
.await
.await.unwrap()
});
let key = decode_secret_key(PKCS8_ENCRYPTED, Some("blabla")).unwrap();
core.block_on(async move {
Expand Down

0 comments on commit 1ad09f5

Please sign in to comment.