diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cmd/pkcs8.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/pkcs8.cpp b/src/cmd/pkcs8.cpp index 88f6543de..658c781b9 100644 --- a/src/cmd/pkcs8.cpp +++ b/src/cmd/pkcs8.cpp @@ -56,6 +56,7 @@ int pkcs8(int argc, char* argv[]) catch(std::exception& e) { std::cout << "Exception caught: " << e.what() << std::endl; + return 2; } return 0; |