Incorporate some changes that make OpenSSL compilable in CygWin.
[openssl.git] / apps / pkcs8.c
index 3633590874f2fb367093b012464459313cdc0f19..852a43558415265880de73160dc3322ad91af63d 100644 (file)
@@ -226,7 +226,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);