summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-03-26 12:06:44 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-03-26 12:06:44 +0000
commit793364457b49d518423f723ea0e82c27608b741b (patch)
tree5b277badfb50e7f58000b81ed6055ee386b30f32 /CHANGES
parent6b05350495bb85e04472336f227bb66413470ec6 (diff)
Modify VC++ build sytem to use fipscanister.lib instead of fipscanister.o
and avoid the need for ld.exe.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index d67252d68e..1b5fdc0765 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,16 @@
Changes between 0.9.8e and 0.9.8f-fips [xx XXX xxxx]
- *) Modify WIN32 build system to forward references to functions implemented
+ *) Modify VC++ build system to rename .text and .rdata segments in
+ FIPS sources to .fipst${a,b,c}, and $fipsr${a,b,c} and place them
+ in a static library fipscanister.lib. These are then combined by the
+ VC++ linker into a single segment in suffix order but without the
+ suffix (i.e. .fipst and .fipsr). This serves the same purpose as
+ fipscanister.o on other platforms but has the advantage that it can
+ be created using only standard VC++ utilities.
+ [Steve Henson]
+
+ *) Modify WIN32 build system to forward references functions implemented
in FIPS DLL.
[Steve Henson]