aboutsummaryrefslogtreecommitdiff
path: root/openssl/client/client.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/client/client.cxx')
-rw-r--r--openssl/client/client.cxx2
1 files changed, 1 insertions, 1 deletions
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";