have 'openssl pkcs7' exit with code 1 on error instead of 0.
authorRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 10:27:11 +0000 (10:27 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 27 Jun 2002 10:27:11 +0000 (10:27 +0000)
PR: 119

apps/pkcs7.c

index 0af269007ac71422d352330c80ff0d03ec6125d4..a9fff11e5cf930099cc36bb9d9327869b54d2736 100644 (file)
@@ -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();