Skip to content

Commit 8be8047

Browse files
XOR-opzonyitoo
authored andcommitted
Make udprelay/crypto_io public
1 parent 7d7fb19 commit 8be8047

File tree

1 file changed

+1
-1
lines changed
  • crates/shadowsocks/src/relay/udprelay

1 file changed

+1
-1
lines changed

crates/shadowsocks/src/relay/udprelay/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub use self::proxy_socket::ProxySocket;
5454
mod aead;
5555
#[cfg(feature = "aead-cipher-2022")]
5656
mod aead_2022;
57-
mod crypto_io;
57+
pub mod crypto_io;
5858
pub mod options;
5959
pub mod proxy_socket;
6060
#[cfg(feature = "stream-cipher")]

0 commit comments

Comments
 (0)