summaryrefslogtreecommitdiffstats
path: root/doc/man7/ssl.pod
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-04-27 11:38:19 +0100
committerMatt Caswell <matt@openssl.org>2018-05-02 23:30:47 +0100
commit3bfa4756bd02659fa9f9a265550862c562749db6 (patch)
treea88419916cbaf7a3019f87d533c6552eace782c4 /doc/man7/ssl.pod
parentf054160a1923845f40d15457d1009420827f4c88 (diff)
Add some documentation for SSL_get_shared_ciphers()
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6113)
Diffstat (limited to 'doc/man7/ssl.pod')
-rw-r--r--doc/man7/ssl.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/ssl.pod b/doc/man7/ssl.pod
index 7cf7d613e6..c1e4924964 100644
--- a/doc/man7/ssl.pod
+++ b/doc/man7/ssl.pod
@@ -570,7 +570,7 @@ fresh handle for each connection.
=item SSL_SESSION *B<SSL_get_session>(const SSL *ssl);
-=item char *B<SSL_get_shared_ciphers>(const SSL *ssl, char *buf, int len);
+=item char *B<SSL_get_shared_ciphers>(const SSL *ssl, char *buf, int size);
=item int B<SSL_get_shutdown>(const SSL *ssl);