Skip to content

Commit

Permalink
Explictly name the "crate::cipher::MessageDecrypter" import when expo…
Browse files Browse the repository at this point in the history
…rting "crate::internal::cipher" from "rustls/src/lib.rs", as suggested in the #815 pull request
  • Loading branch information
p1-mmr authored and djc committed Sep 13, 2021
1 parent 9677a64 commit 14c024d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustls/src/lib.rs
Expand Up @@ -340,7 +340,7 @@ pub mod internal {
}
/// Low-level TLS message decryption functions.
pub mod cipher {
pub use crate::cipher::*;
pub use crate::cipher::MessageDecrypter;
}
}

Expand Down

0 comments on commit 14c024d

Please sign in to comment.