RT4232: Extra space in help message.
authorRich Salz <rsalz@akamai.com>
Thu, 14 Jan 2016 04:11:01 +0000 (23:11 -0500)
committerRich Salz <rsalz@openssl.org>
Thu, 14 Jan 2016 16:32:18 +0000 (11:32 -0500)
commit3a4e9367d83a43f0d1c5b5eab4396c4b05df1a6b
treeac094a429840eedef10c80db7f6d47d72221f608
parenta7cf07b4961347713b0fea321c301a0a618b4f2e
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>
apps/s_client.c
apps/s_server.c
doc/apps/s_client.pod
include/openssl/ssl.h
ssl/ssl_lib.c
ssl/ssl_locl.h
util/ssleay.num