aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-01-13 23:11:01 -0500
committerRich Salz <rsalz@openssl.org>2016-01-14 11:32:18 -0500
commit3a4e9367d83a43f0d1c5b5eab4396c4b05df1a6b (patch)
treeac094a429840eedef10c80db7f6d47d72221f608 /doc
parenta7cf07b4961347713b0fea321c301a0a618b4f2e (diff)
downloadopenssl-3a4e9367d83a43f0d1c5b5eab4396c4b05df1a6b.tar.gz
RT4232: Extra space in help message.
It turns out that -pause calls the undocumented function SSL_set_debug. That just sets flag inside the SSL structure. That flag, despite the command is never used. So remove the flag, the field, and the function. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/s_client.pod5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod
index e69c730329..2d5ef4154b 100644
--- a/doc/apps/s_client.pod
+++ b/doc/apps/s_client.pod
@@ -52,7 +52,6 @@ B<openssl> B<s_client>
[B<-verify_name name>]
[B<-x509_strict>]
[B<-reconnect>]
-[B<-pause>]
[B<-showcerts>]
[B<-debug>]
[B<-msg>]
@@ -226,10 +225,6 @@ L<verify(1)> manual page for details.
reconnects to the same server 5 times using the same session ID, this can
be used as a test that session caching is working.
-=item B<-pause>
-
-pauses 1 second between each read and write call.
-
=item B<-showcerts>
display the whole server certificate chain: normally only the server