aboutsummaryrefslogtreecommitdiffstats
path: root/apps/s_server.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-02-16 11:13:33 +0000
committerMatt Caswell <matt@openssl.org>2016-03-07 21:39:28 +0000
commit0df8088132af29b3069aa15408fc1ea49e5cabb4 (patch)
treef3fbb5bed4793095c7e0acb7761640acab508b6c /apps/s_server.c
parentd7ded13af1a1fdf6bc55a3a961d64c0e27aad19d (diff)
downloadopenssl-0df8088132af29b3069aa15408fc1ea49e5cabb4.tar.gz
Add documentation for new s_server/s_client options
Document the new split_send_frag, max_pipelines and read_buf options. Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'apps/s_server.c')
-rw-r--r--apps/s_server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/s_server.c b/apps/s_server.c
index 6e1c5989c5..870c7b24f9 100644
--- a/apps/s_server.c
+++ b/apps/s_server.c
@@ -943,7 +943,7 @@ OPTIONS s_server_options[] = {
{"ssl_config", OPT_SSL_CONFIG, 's', \
"Configure SSL_CTX using the configuration 'val'"},
{"split_send_frag", OPT_SPLIT_SEND_FRAG, 'n',
- "Size used to split data for encrypt/decrypt pipelines"},
+ "Size used to split data for encrypt pipelines"},
{"max_pipelines", OPT_MAX_PIPELINES, 'n',
"Maximum number of encrypt/decrypt pipelines to be used"},
{"read_buf", OPT_READ_BUF, 'n',