From: FdaSilvaYY Date: Tue, 10 May 2016 21:39:25 +0000 (+0200) Subject: Fix ts app help message X-Git-Tag: OpenSSL_1_1_0-pre6~791 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=15b083e44e122b8448002a8579e860f0be622e19;p=oweals%2Fopenssl.git Fix ts app help message Reviewed-by: Richard Levitte Reviewed-by: Matt Caswell --- diff --git a/apps/ts.c b/apps/ts.c index e2b06353dd..ec83aacda4 100644 --- a/apps/ts.c +++ b/apps/ts.c @@ -138,9 +138,9 @@ static char* opt_helplist[] = { " [-chain certs_file.pem] [-tspolicy oid]", " [-in file] [-token_in] [-out file] [-token_out]", # ifndef OPENSSL_NO_ENGINE - " [-text]", -# else " [-text] [-engine id]", +# else + " [-text]", # endif " or", "ts -verify -CApath dir -CAfile file.pem -untrusted file.pem",