summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-06-27 10:27:11 +0000
committerRichard Levitte <levitte@openssl.org>2002-06-27 10:27:11 +0000
commitc678763f7d84d433ad51831eed2148b7e24ab0b8 (patch)
treec033a5c2ea181598c415ef38924f0a9c1911b6ee /apps
parent5a52e7ecad1404d19a8e09961a5fbcecedbbff8a (diff)
have 'openssl pkcs7' exit with code 1 on error instead of 0.
PR: 119
Diffstat (limited to 'apps')
-rw-r--r--apps/pkcs7.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pkcs7.c b/apps/pkcs7.c
index 0af269007a..a9fff11e5c 100644
--- a/apps/pkcs7.c
+++ b/apps/pkcs7.c
@@ -88,7 +88,7 @@ int MAIN(int argc, char **argv)
int informat,outformat;
char *infile,*outfile,*prog;
int print_certs=0,text=0,noout=0;
- int ret=0;
+ int ret=1;
apps_startup();