summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/pkcs8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pkcs8.c b/apps/pkcs8.c
index 740a725c6b..43ff86d4f7 100644
--- a/apps/pkcs8.c
+++ b/apps/pkcs8.c
@@ -432,5 +432,5 @@ int MAIN(int argc, char **argv)
if (passout)
OPENSSL_free(passout);
- return (0);
+ return ret;
}