diff options
author | Rich Salz <rsalz@akamai.com> | 2015-07-29 22:55:08 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-07-29 22:58:55 +0200 |
commit | 5bb17d1b3cb1a02d1e48ad0810105f1b501b0532 (patch) | |
tree | 04f6f0f18a40c19e476142b3756d675d5f031b14 /apps/apps.h | |
parent | Tweak README about rt and bug reporting. (diff) | |
download | openssl-5bb17d1b3cb1a02d1e48ad0810105f1b501b0532.tar.xz openssl-5bb17d1b3cb1a02d1e48ad0810105f1b501b0532.zip |
RT3639: Add -no_comp description to online help
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'apps/apps.h')
-rw-r--r-- | apps/apps.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/apps.h b/apps/apps.h index 2823cbcadf..f2dc812492 100644 --- a/apps/apps.h +++ b/apps/apps.h @@ -287,7 +287,7 @@ void unbuffer(FILE *fp); {"no_tls1_1", OPT_S_NOTLS1_1, '-' }, \ {"no_tls1_2", OPT_S_NOTLS1_2, '-' }, \ {"bugs", OPT_S_BUGS, '-' }, \ - {"no_comp", OPT_S_NOCOMP, '-' }, \ + {"no_comp", OPT_S_NOCOMP, '-', "Don't use SSL/TLS-level compression" }, \ {"ecdh_single", OPT_S_ECDHSINGLE, '-' }, \ {"no_ticket", OPT_S_NOTICKET, '-' }, \ {"serverpref", OPT_S_SERVERPREF, '-' }, \ |