From 31549ac997a12bdb70b76cae8b46d4c729bb1243 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 17 Nov 2021 21:35:23 +0300 Subject: Rename rsautl command to pkeyutl Note that the rsautl command name is still accepted for backward compatibility. --- openssl/client/client.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openssl/client/client.cxx') diff --git a/openssl/client/client.cxx b/openssl/client/client.cxx index 2e76f31..72ee18f 100644 --- a/openssl/client/client.cxx +++ b/openssl/client/client.cxx @@ -59,7 +59,7 @@ namespace openssl return p.wait () ? 0 : 1; } - if (cmd != "rsautl") + if (cmd != "pkeyutl" && cmd != "rsautl") fail << "openssl-client command expected" << info << "run '" << argv[0] << " --help' for more information"; -- cgit v1.1