avoid -DPLATFORM=\"...\" and -DCFLAGS=\"...\" command lines,

use new file buildinf.h instead.
This commit is contained in:
Bodo Möller
1999-07-21 20:49:15 +00:00
parent 16bc9fea4d
commit 664b99853c
5 changed files with 28 additions and 17 deletions

View File

@@ -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]