summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2000-02-06 11:15:20 +0000
committerAndy Polyakov <appro@openssl.org>2000-02-06 11:15:20 +0000
commit0fad6cb7e7359dd0911ab54a80c1b3e10b378fd3 (patch)
treef6762d5b14262fe04b60edea64bb76ade1e19977 /CHANGES
parent7cf6e2a35b36b690c93b85cb68d103b4bc946e30 (diff)
Support for MacOS X (Rhapsody) is added. Also get rid of volatile
qualifier in asm definitions as it prevents compiler from moving the instruction(s) during optimization pass.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 53e4c93219..d7e012babb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
Changes between 0.9.4 and 0.9.5 [xx XXX 2000]
+ *) ./config recognizes MacOS X now.
+ [Andy Polyakov]
+
*) Bug fix for BN_div() when the first words of num and divsor are
equal (it gave wrong results if (rem=(n1-q*d0)&BN_MASK2) < d0).
[Ulf Möller]