]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
apps/cmp.c: Fix bug on -path option introduced in commit 3c9d6266ed85
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Wed, 16 Dec 2020 12:35:27 +0000 (13:35 +0100)
committerDr. David von Oheimb <dev@ddvo.net>
Thu, 17 Dec 2020 20:06:10 +0000 (21:06 +0100)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13690)

apps/cmp.c

index b830b6a3c5174ee1deff928530e98828dbb25503..eec86cecf3809ca06977703f996d7658661f87cc 100644 (file)
@@ -527,7 +527,7 @@ static varref cmp_vars[] = { /* must be in same order as enumerated above! */
 
     {&opt_oldcert}, {(char **)&opt_revreason},
 
-    {&opt_server}, {&opt_proxy}, {&opt_no_proxy}, {&opt_path},
+    {&opt_server}, {&opt_path}, {&opt_proxy}, {&opt_no_proxy},
     {(char **)&opt_msg_timeout}, {(char **)&opt_total_timeout},
 
     {&opt_trusted}, {&opt_untrusted}, {&opt_srvcert},