Skip to content

Commit b99434c

Browse files
committed
Update sshbuffer.rs
1 parent c37e8f3 commit b99434c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

russh/src/sshbuffer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use core::fmt;
1717
use std::borrow::Cow;
1818
use std::num::Wrapping;
1919

20-
use cipher::SealingKey;
20+
use super::cipher::SealingKey;
2121
use compression::Compress;
2222
use tokio::io::{AsyncWrite, AsyncWriteExt};
2323

0 commit comments

Comments
 (0)