Add generationQualifier OID (proposed by Fiel Cabral).
[openssl.git] / apps / nseq.c
index 1d73d1ad5231e2e6cdfa5e0a991e0bd019c4276c..93adcdfef8d65754c4a52472060d4ed3b0586859 100644 (file)
@@ -121,7 +121,7 @@ int MAIN(int argc, char **argv)
                }
        } 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);