diff options
author | Bodo Möller <bodo@openssl.org> | 2005-10-26 19:28:04 +0000 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2005-10-26 19:28:04 +0000 |
commit | a1006c373d4fd2183b4ab3b580fef0eb8e24325c (patch) | |
tree | aef50055d7b2fb1fc3913557decce213d59b70e2 | |
parent | 755c5b3330a00ce1e546fd43adf5572a4ae07d61 (diff) | |
download | openssl-new-a1006c373d4fd2183b4ab3b580fef0eb8e24325c.tar.gz |
harmonize with 0.9.7-stable and 0.9.8-stable variants of CHANGES
-rw-r--r-- | CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -78,7 +78,7 @@ *) Extended Windows CE support. [Satoshi Nakamura and Andy Polyakov] - + *) Initialize SSL_METHOD structures at compile time instead of during runtime, thus removing the need for a lock. [Steve Henson] @@ -977,6 +977,9 @@ Changes between 0.9.7f and 0.9.7g [11 Apr 2005] + [NB: OpenSSL 0.9.7h and later 0.9.7 patch levels were released after + OpenSSL 0.9.8.] + *) 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++ |