Closes #1201
This commit is contained in:
Steven Fackler 2019-12-12 07:25:29 -05:00 committed by GitHub
parent 93b2862b91
commit 2fe7462aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {