mirror of https://github.com/openssl/openssl.git
Fix some documentation typos.
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/4173)
This commit is contained in:
parent
a303e9a6a8
commit
6b9c46ff3f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue