commit | bc36ee6227517edae802bcb0da68d4f04fe1fb5e | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Tue Feb 20 08:13:47 2001 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Tue Feb 20 08:13:47 2001 +0000 |
tree | 19782c56cd5f5930807df5c8bfb4963a05121c48 | |
parent | f2bc668429fa2abdc77db0db861a9bb2be0c3a85 [diff] [blame] |
Use new-style system-id macros everywhere possible. I hope I haven't missed any. This compiles and runs on Linux, and external applications have no problems with it. The definite test will be to build this on VMS.
diff --git a/apps/nseq.c b/apps/nseq.c index 1d73d1a..93adcdf 100644 --- a/apps/nseq.c +++ b/apps/nseq.c
@@ -121,7 +121,7 @@ } } else { out = BIO_new_fp(stdout, BIO_NOCLOSE); -#ifdef VMS +#ifdef OPENSSL_SYS_VMS { BIO *tmpbio = BIO_new(BIO_f_linebuffer()); out = BIO_push(tmpbio, out);