There was an error while loading. Please reload this page.
1 parent c37e8f3 commit b99434cCopy full SHA for b99434c
1 file changed
russh/src/sshbuffer.rs
@@ -17,7 +17,7 @@ use core::fmt;
17
use std::borrow::Cow;
18
use std::num::Wrapping;
19
20
-use cipher::SealingKey;
+use super::cipher::SealingKey;
21
use compression::Compress;
22
use tokio::io::{AsyncWrite, AsyncWriteExt};
23
0 commit comments