]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/pkcs12.c
Standardize handling of #ifdef'd options.
[thirdparty/openssl.git] / apps / pkcs12.c
index 82131e8527c9491b64eada02ba195a23efc6bafa..9ab7f69160b78c6141ba6a9bed14351921ea974d 100644 (file)
@@ -149,10 +149,10 @@ OPTIONS pkcs12_options[] = {
     {"password", OPT_PASSWORD, 's', "Set import/export password source"},
     {"CApath", OPT_CAPATH, '/', "PEM-format directory of CA's"},
     {"CAfile", OPT_CAFILE, '<', "PEM-format file of CA's"},
+    {"", OPT_CIPHER, '-', "Any supported cipher"},
 # ifndef OPENSSL_NO_ENGINE
     {"engine", OPT_ENGINE, 's', "Use engine, possibly a hardware device"},
 # endif
-    {"", OPT_CIPHER, '-', "Any supported cipher"},
     {NULL}
 };