summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-20 16:23:03 +0000
committerUlf Möller <ulf@openssl.org>1999-04-20 16:23:03 +0000
commit8fb04b9803778bb93c7e19cc94533c21aeaa7d03 (patch)
tree343f51f058094c9c571b6e72407bdbd01768cac0 /CHANGES
parent8310d7df75d7633ff3039c9d6ed557f164ec5d90 (diff)
Problems with 64-bit long.
Pointed out by Andy Polyakov <appro@fy.chalmers.se>.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index beb3e62d78..dc90ee9d15 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,9 @@
Changes between 0.9.2b and 0.9.3
+ *) Fix problems with sizeof(long) == 8.
+ [Andy Polyakov <appro@fy.chalmers.se>]
+
*) Change functions to ANSI C.
[Ulf Möller]