summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2000-10-20 00:36:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2000-10-20 00:36:45 +0000
commit627ec355d8126b4dc564019bf09495aa1da301c7 (patch)
treeb841fa780fc4725e31a3180e5ac33f48ca8bd42b /CHANGES
parent4184a78761c01460e71cb251dc512fd0384637e0 (diff)
Fix for bug (?) in assembly language routines for SHA1. This
causes MASM to complain and not produce valid debug info. Hopefully this wont break anything else... Also fix typo in e_rd.c
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0d09b71ddb..c39eb584ff 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.6 and 0.9.7 [xx XXX 2000]
+ *) Fix for SHA1 assembly problem with MASM: it produces
+ warnings about corrupt line number information when assembling
+ with debugging information. This is caused by the overlapping
+ of two sections.
+ [Bernd Matthes <mainbug@celocom.de>, Steve Henson]
+
*) Fix typo in get_cert_by_subject() in by_dir.c
[Jean-Marc Desperrier <jean-marc.desperrier@certplus.com>]