Skip to content

Commit 9411153

Browse files
committed
Fixes incorrect documentation link
1 parent 4497774 commit 9411153

File tree

1 file changed

+1
-1
lines changed
  • runtime/swimos_remote/src/tls/config

1 file changed

+1
-1
lines changed

runtime/swimos_remote/src/tls/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub struct ServerConfig {
8383
pub chain: CertChain,
8484
/// An unvalidated private key for a server.
8585
pub key: PrivateKey,
86-
/// Whether to enable a [`KeyLog`] implementation that opens a file whose name is given by the
86+
/// Whether to enable a [`rustls::KeyLog`] implementation that opens a file whose name is given by the
8787
/// `SSLKEYLOGFILE` environment variable, and writes keys into it. While this may be enabled,
8888
/// if `SSLKEYLOGFILE` is not set, it will do nothing.
8989
pub enable_log_file: bool,

0 commit comments

Comments
 (0)