Skip to content

Commit

Permalink
fixed doc of TlsConfiguration::Simple
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Kappes authored Aug 22, 2024
1 parent 11d2e97 commit 3110a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rumqttc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ impl Transport {
pub enum TlsConfiguration {
#[cfg(feature = "use-rustls")]
Simple {
/// connection method
/// ca certificate
ca: Vec<u8>,
/// alpn settings
alpn: Option<Vec<Vec<u8>>>,
Expand Down

0 comments on commit 3110a29

Please sign in to comment.