Change the option setting command line switch to "-pkeyopt" to avoid confusion
[openssl.git] / apps / pkeyutl.c
index 1ecde3cd858e1e3f64de390d365f1e69052d418d..522656df9e443ad1059ce258c61e843537beae27 100644 (file)
@@ -180,7 +180,7 @@ int MAIN(int argc, char **argv)
                        pkey_op = EVP_PKEY_OP_ENCRYPT;
                else if(!strcmp(*argv, "-decrypt"))
                        pkey_op = EVP_PKEY_OP_DECRYPT;
-               else if (strcmp(*argv,"-param") == 0)
+               else if (strcmp(*argv,"-pkeyopt") == 0)
                        {
                        if (--argc < 1)
                                badarg = 1;