aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-04-12 13:31:14 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-04-12 13:31:14 +0000
commitbc3cae7e7d1dd82b8b16d9bb63f754899e26b7ca (patch)
tree2d9ddcd611a098d49f779254128e78c52cbc5a26 /CHANGES
parent37942fab51409ccb7f1cc9d67e7014c30eeb5343 (diff)
downloadopenssl-bc3cae7e7d1dd82b8b16d9bb63f754899e26b7ca.tar.gz
Include error library value in C error source files instead of fixing up
at runtime.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 2ff3b83698..2c48478b45 100644
--- a/CHANGES
+++ b/CHANGES
@@ -778,7 +778,14 @@
differing sizes.
[Richard Levitte]
- Changes between 0.9.7f and 0.9.7g [XX xxx xxxx]
+ Changes between 0.9.7g and 0.9.7h [XX xxx XXXX]
+
+ *) Include the fixed error library code in the C error file definitions
+ instead of fixing them up at runtime. This keeps the error code
+ structures constant.
+ [Steve Henson]
+
+ Changes between 0.9.7f and 0.9.7g [11 Apr 2005]
*) Fixes for newer kerberos headers. NB: the casts are needed because
the 'length' field is signed on one version and unsigned on another