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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl/client/client.cxx b/openssl/client/client.cxx
index 4c655aa..72ee18f 100644
--- a/openssl/client/client.cxx
+++ b/openssl/client/client.cxx
@@ -3,7 +3,7 @@
#include <iostream> // cin, cout
-#include <libbutl/pager.mxx>
+#include <libbutl/pager.hxx>
#include <openssl/protocol.hxx>
#include <openssl/diagnostics.hxx>
@@ -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";