Skip to content

Commit

Permalink
Merge pull request #12 from brunoqc/patch-1
Browse files Browse the repository at this point in the history
fix typo in tls_stream.rs
  • Loading branch information
sfackler authored Oct 23, 2016
2 parents 6912082 + c6bda83 commit e7d5b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tls_stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ impl<S> TlsStream<S>

fn validate(&mut self) -> io::Result<()> {
// If we're accepting connections then we don't perform any validation
// fo the remote certificate, that's what they're doing!
// for the remote certificate, that's what they're doing!
if self.accept {
return Ok(())
}
Expand Down

0 comments on commit e7d5b20

Please sign in to comment.