Use 32bit longs on Alpha as well, because that's what the VMS
[openssl.git] / apps / errstr.c
index e392328f93d2656f84653e53c68de5f37495538f..c411effcd03d4499cff5fffb96f6fd384b5c2fec 100644 (file)
@@ -91,7 +91,7 @@ int MAIN(int argc, char **argv)
                out=BIO_new(BIO_s_file());
                if ((out != 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);