Skip to content

Commit

Permalink
Remove unused arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Nov 17, 2023
1 parent 3d781ae commit 4fcdbf5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions simple_https_server/src/tls13server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ mod flags {
///
/// The default value is SHA256_Chacha20Poly1305_EcdsaSecp256r1Sha256_X25519.
optional --algorithms algorithms: String
/// Path to a certificate that should be served
optional --cert certfile: PathBuf
/// Path to a private key corresponding to the given certificate
optional --key keyfile: PathBuf
}
}
}
Expand Down

0 comments on commit 4fcdbf5

Please sign in to comment.