X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=apps%2Fnseq.c;h=dc71d45012f8002e01e533410515aacf40cb5046;hb=4aca9297dcabc76cbe8ca2bb47dea25183f23830;hp=c26f62cb6137d07c2a26d8b7dd56c3f559d6caeb;hpb=7b63c0fa8c309bed7848b5ca5810ae9e2f2fb3c1;p=openssl.git diff --git a/apps/nseq.c b/apps/nseq.c index c26f62cb61..dc71d45012 100644 --- a/apps/nseq.c +++ b/apps/nseq.c @@ -102,7 +102,7 @@ int MAIN(int argc, char **argv) BIO_printf (bio_err, "-in file input file\n"); BIO_printf (bio_err, "-out file output file\n"); BIO_printf (bio_err, "-toseq output NS Sequence file\n"); - EXIT(1); + OPENSSL_EXIT(1); } if (infile) { @@ -162,6 +162,6 @@ end: BIO_free_all(out); NETSCAPE_CERT_SEQUENCE_free(seq); - EXIT(ret); + OPENSSL_EXIT(ret); }