From: David Benjamin Date: Wed, 16 Aug 2017 17:07:43 +0000 (-0400) Subject: Fix some documentation typos. X-Git-Tag: OpenSSL_1_1_1-pre1~833 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6b9c46ff3fff3058d4877060f4f6ea033767cde1;p=thirdparty%2Fopenssl.git Fix some documentation typos. Reviewed-by: Andy Polyakov Reviewed-by: Ben Kaduk (Merged from https://github.com/openssl/openssl/pull/4173) --- diff --git a/doc/man3/SSL_SESSION_is_resumable.pod b/doc/man3/SSL_SESSION_is_resumable.pod index f0c8babdd6..3eb3b18ec9 100644 --- a/doc/man3/SSL_SESSION_is_resumable.pod +++ b/doc/man3/SSL_SESSION_is_resumable.pod @@ -9,7 +9,7 @@ SSL_SESSION_is_resumable #include - const SSL_CIPHER *SSL_SESSION_is_resumable(const SSL_SESSSION *s); + int SSL_SESSION_is_resumable(const SSL_SESSION *s); =head1 DESCRIPTION