[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Wed Jul 29 20:59:07 UTC 2015


The branch master has been updated
       via  5bb17d1b3cb1a02d1e48ad0810105f1b501b0532 (commit)
      from  932af1617e277904bcca6e47729a420bba39785b (commit)


- Log -----------------------------------------------------------------
commit 5bb17d1b3cb1a02d1e48ad0810105f1b501b0532
Author: Rich Salz <rsalz at akamai.com>
Date:   Wed Jul 29 16:55:08 2015 -0400

    RT3639: Add -no_comp description to online help
    
    Reviewed-by: Tim Hudson <tjh at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 apps/apps.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/apps.h b/apps/apps.h
index 2823cbc..f2dc812 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, '-' }, \


More information about the openssl-commits mailing list