Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler authored Dec 12, 2019
1 parent 93b2862 commit 2fe7462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/src/ssl/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,7 @@ impl SslSessionRef {
///
/// This corresponds to [`SSL_SESSION_get_protocol_version`].
///
/// [`SSL_SESSION_get_protocol_version`]: https://www.openssl.org/docs/man1.1.1/man3/SSL_SESSION_get_time.html
/// [`SSL_SESSION_get_protocol_version`]: https://www.openssl.org/docs/man1.1.1/man3/SSL_SESSION_get_protocol_version.html
#[cfg(ossl110)]
pub fn protocol_version(&self) -> SslVersion {
unsafe {
Expand Down

0 comments on commit 2fe7462

Please sign in to comment.