have 'openssl pkcs7' exit with code 1 on error instead of 0.
PR: 119
This commit is contained in:
parent
5a52e7ecad
commit
c678763f7d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue