Commit 6b9c46ff authored by David Benjamin's avatar David Benjamin
Browse files

Fix some documentation typos.

parent a303e9a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ SSL_SESSION_is_resumable

 #include <openssl/ssl.h>

 const SSL_CIPHER *SSL_SESSION_is_resumable(const SSL_SESSSION *s);
 int SSL_SESSION_is_resumable(const SSL_SESSION *s);

=head1 DESCRIPTION