aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-04-09 23:55:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-04-09 23:55:55 +0000
commit0858b71b414acc59d29da72e94bf5e8b59de0cd2 (patch)
treeba26025c1fafbb49a14cba1d1958c6a4f895f9c1 /CHANGES
parentd9bfe4f97cd4244beb0598cc348d68b04dac7068 (diff)
downloadopenssl-0858b71b414acc59d29da72e94bf5e8b59de0cd2.tar.gz
Make kerberos ciphersuite code work with newer header files
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 46db3be250..2ff3b83698 100644
--- a/CHANGES
+++ b/CHANGES
@@ -780,6 +780,14 @@
Changes between 0.9.7f and 0.9.7g [XX xxx xxxx]
+ *) Fixes for newer kerberos headers. NB: the casts are needed because
+ the 'length' field is signed on one version and unsigned on another
+ with no (?) obvious way to tell the difference, without these VC++
+ complains. Also the "definition" of FAR (blank) is no longer included
+ nor is the error ENOMEM. KRB5_PRIVATE has to be set to 1 to pick up
+ some needed definitions.
+ [Steve Henson]
+
*) Undo Cygwin change.
[Ulf Möller]