Plug a memory leak. Spotted by "Shijin" <shijin@comex.com>
[openssl.git] / apps / dsa.c
index d0caac4489955ca9a2f0603f847907d91fa9efce..6e9e6c7566068876d740f48ad68a8bde8e59d0b3 100644 (file)
@@ -262,7 +262,7 @@ bad:
        if (outfile == NULL)
                {
                BIO_set_fp(out,stdout,BIO_NOCLOSE);
-#ifdef VMS
+#ifdef OPENSSL_SYS_VMS
                {
                BIO *tmpbio = BIO_new(BIO_f_linebuffer());
                out = BIO_push(tmpbio, out);