diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2005-04-10 01:55:55 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2005-04-10 01:55:55 +0200 |
commit | 0858b71b414acc59d29da72e94bf5e8b59de0cd2 (patch) | |
tree | ba26025c1fafbb49a14cba1d1958c6a4f895f9c1 /CHANGES | |
parent | Added restrictions on the use of proxy certificates, as they may pose (diff) | |
download | openssl-0858b71b414acc59d29da72e94bf5e8b59de0cd2.tar.xz openssl-0858b71b414acc59d29da72e94bf5e8b59de0cd2.zip |
Make kerberos ciphersuite code work with newer header files
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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] |