X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=2e03173c5ba5c45c16851c39f5013e182faf4aa2;hp=7cda75c18bf6395837a2ba2ee51f0a7bb2979588;hb=2e0fc875992dc0b4a0d1372871e27c9ffa31ec3e;hpb=488c06579ea0f1dea01704ba9669f32da3510886 diff --git a/CHANGES b/CHANGES index 7cda75c18b..2e03173c5b 100644 --- a/CHANGES +++ b/CHANGES @@ -30,9 +30,10 @@ *) The -DPLATFORM="\"$(PLATFORM)\"" definition and the similar -DCFLAGS=... (both in crypto/Makefile.ssl for use by crypto/cversion.c) caused problems not only on Windows, but also on some Unix platforms. - To avoid problematic command lines, these definitions are now made - in auto-generated file crypto/buildinf.h, which also defines DATE - and thus replaces crypto/date.h. + To avoid problematic command lines, these definitions are now in an + auto-generated file, which also defines DATE and thus replaces + crypto/date.h. Standard "make" builds use crypto/buildinf.h, + mk1mf.pl builds use crypto/mk1mfinf.h (created by mk1mf.pl). [Bodo Moeller] *) MIPS III/IV assembler module is reimplemented.