From a38369db32b88923282ee360d2bee78fd617e56e Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 16 Apr 2020 12:07:35 +0200 Subject: s_time: Allow using -CAfile option as in other commands The s_time command in difference from all the other similar commands supported -cafile option instead of -CAfile. Add the -CAfile option and keep -cafile only for backwards compatibility. Fixes #11552 Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/11555) --- doc/man1/s_time.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/man1/s_time.pod b/doc/man1/s_time.pod index ac32f36bc7..85e9b7f627 100644 --- a/doc/man1/s_time.pod +++ b/doc/man1/s_time.pod @@ -14,7 +14,7 @@ B B [B<-cert filename>] [B<-key filename>] [B<-CApath directory>] -[B<-cafile filename>] +[B<-CAfile filename>] [B<-no-CAfile>] [B<-no-CApath>] [B<-reuse>] -- cgit v1.2.3