From 92511cff4831eb29023b85f033e00055a038b3c2 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 13 Apr 2006 12:38:46 +0000 Subject: Change the option setting command line switch to "-pkeyopt" to avoid confusion with algorithm parameters. --- apps/pkeyutl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/pkeyutl.c') diff --git a/apps/pkeyutl.c b/apps/pkeyutl.c index 1ecde3cd85..522656df9e 100644 --- a/apps/pkeyutl.c +++ b/apps/pkeyutl.c @@ -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; -- cgit v1.2.3