Commit 0644d02934 for openssl.org
commit 0644d0293497b2b1572d0194ab3759c2adb479c6
Author: Jakub Zelenka <jakub.zelenka@openssl.foundation>
Date: Mon Jun 8 19:55:18 2026 +0200
Fix duplicate CAstore option in s_time app
This fixes regression introduced in d260311c53a0d
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.foundation>
MergeDate: Mon Jun 15 13:53:40 2026
(Merged from https://github.com/openssl/openssl/pull/31192)
diff --git a/apps/s_time.c b/apps/s_time.c
index 59f94cddf8..d68418445c 100644
--- a/apps/s_time.c
+++ b/apps/s_time.c
@@ -109,7 +109,6 @@ const OPTIONS s_time_options[] = {
{ "CAfile", OPT_CAFILE, '<', "File in PEM format with trusted CA certs" },
{ "CApath", OPT_CAPATH, '/', "Dir with trusted CA cert files in PEM format" },
{ "CAstore", OPT_CASTORE, ':', "URI of store with trusted CA certs" },
- { "CAstore", OPT_CASTORE, ':', "URI to store of CA's" },
{ "no-CAfile", OPT_NOCAFILE, '-',
"Do not load the default certificates file" },
{ "no-CApath", OPT_NOCAPATH, '-',