From reports I've seen, it looks like TIMES is wrong for Darwin.
[oweals/openssl.git] / apps / errstr.c
index c411effcd03d4499cff5fffb96f6fd384b5c2fec..e392328f93d2656f84653e53c68de5f37495538f 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 OPENSSL_SYS_VMS
+#ifdef VMS
                        {
                        BIO *tmpbio = BIO_new(BIO_f_linebuffer());
                        out = BIO_push(tmpbio, out);