commit | 5585f4eca4de03d45c7d0ab0c4f711a7aa88a46c | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Thu Jun 27 10:26:40 2002 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Thu Jun 27 10:26:40 2002 +0000 |
tree | f9ccd18fd50e03211b28c34233a3221bce956d0e | |
parent | e8b4d05f61e4dc04bce732287b8584c6a303223a [diff] |
have 'openssl pkcs7' exit with code 1 on error instead of 0. PR: 119
diff --git a/apps/pkcs7.c b/apps/pkcs7.c index 1cc9150..0cced40 100644 --- a/apps/pkcs7.c +++ b/apps/pkcs7.c
@@ -89,7 +89,7 @@ int informat,outformat; char *infile,*outfile,*prog; int print_certs=0,text=0,noout=0; - int ret=0; + int ret=1; char *engine=NULL; apps_startup();