aboutsummaryrefslogtreecommitdiff
path: root/openssl/src
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/src')
-rw-r--r--openssl/src/ssl/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/src/ssl/mod.rs b/openssl/src/ssl/mod.rs
index 6ef39964..e7286163 100644
--- a/openssl/src/ssl/mod.rs
+++ b/openssl/src/ssl/mod.rs
@@ -1378,7 +1378,7 @@ foreign_type! {
/// These can be cached to share sessions across connections.
pub struct SslSession;
- /// Reference to [`SslSession]`.
+ /// Reference to [`SslSession`].
///
/// [`SslSession`]: struct.SslSession.html
pub struct SslSessionRef;