From 15b083e44e122b8448002a8579e860f0be622e19 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Tue, 10 May 2016 23:39:25 +0200 Subject: [PATCH] Fix ts app help message Reviewed-by: Richard Levitte Reviewed-by: Matt Caswell --- apps/ts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- GitLab