X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Fapps.h;h=99c58095f05c967826a80979a59fb774923b8243;hp=2823cbcadf3d239b405042dfa1369680b4ddeaac;hb=82c494276df9f594064688c920c4431c85759121;hpb=0bc2f365558ed5980ce87d6b2704ca8649ca2a4a diff --git a/apps/apps.h b/apps/apps.h index 2823cbcadf..99c58095f0 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, '-' }, \ @@ -450,7 +450,7 @@ ENGINE *setup_engine(const char *engine, int debug); OCSP_RESPONSE *process_responder(OCSP_REQUEST *req, const char *host, const char *path, const char *port, int use_ssl, - const STACK_OF(CONF_VALUE) *headers, + STACK_OF(CONF_VALUE) *headers, int req_timeout); # endif