summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-07-21 20:49:15 +0000
committerBodo Möller <bodo@openssl.org>1999-07-21 20:49:15 +0000
commit664b99853cbefd2dc9f6ee56631f36b0f63d0d06 (patch)
tree45b4de7ba626a2ce59ad2c12de987e3e85663715 /CHANGES
parent16bc9fea4dd8cfbfefa9173f36859885d8ede705 (diff)
downloadopenssl-new-664b99853cbefd2dc9f6ee56631f36b0f63d0d06.tar.gz
avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command lines,
use new file buildinf.h instead.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index df10c894b2..d481e6e586 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,14 @@
Changes between 0.9.3a and 0.9.4
+ *) 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.
+ [Bodo Moeller]
+
*) MIPS III/IV assembler module is reimplemented.
[Andy Polyakov]