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:
David Benjamin 2017-08-16 13:07:43 -04:00
parent a303e9a6a8
commit 6b9c46ff3f
1 changed files with 1 additions and 1 deletions

View File

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