]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix some documentation typos.
authorDavid Benjamin <davidben@google.com>
Wed, 16 Aug 2017 17:07:43 +0000 (13:07 -0400)
committerDavid Benjamin <davidben@google.com>
Wed, 16 Aug 2017 17:07:43 +0000 (13:07 -0400)
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
(Merged from https://github.com/openssl/openssl/pull/4173)

doc/man3/SSL_SESSION_is_resumable.pod

index f0c8babdd692a60f8c52b7a63ca75881cd9a68d2..3eb3b18ec949ede2327e53c72f64eee4bd51a59c 100644 (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