summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-07-29 16:55:08 -0400
committerRich Salz <rsalz@openssl.org>2015-07-29 16:58:55 -0400
commit5bb17d1b3cb1a02d1e48ad0810105f1b501b0532 (patch)
tree04f6f0f18a40c19e476142b3756d675d5f031b14 /apps/apps.h
parent932af1617e277904bcca6e47729a420bba39785b (diff)
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.h2
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, '-' }, \