Loading openssl/src/ssl/mod.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
openssl/src/ssl/mod.rs +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading