projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
932af16
)
RT3639: Add -no_comp description to online help
author
Rich Salz
<rsalz@akamai.com>
Wed, 29 Jul 2015 20:55:08 +0000
(16:55 -0400)
committer
Rich Salz
<rsalz@openssl.org>
Wed, 29 Jul 2015 20:58:55 +0000
(16:58 -0400)
Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/apps.h
patch
|
blob
|
history
diff --git
a/apps/apps.h
b/apps/apps.h
index 2823cbcadf3d239b405042dfa1369680b4ddeaac..f2dc81249218baa900e043042114c6036d4cb2c9 100644
(file)
--- 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, '-' }, \