Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-26 13:11:25 +0300
committerRichard Levitte <levitte@openssl.org>2002-11-26 13:11:25 +0300
commita5fd84de410eeae1a2d341ac0ea9c5e9aa56ec55 (patch)
tree9145f2f5e9781706bb2a840350fb9ed90f3c05f4 /CHANGES
parentdc199cfaa23a5c75d3a5d89e8d7ef2f0cdfed328 (diff)
Heimdal isn't really supported right now. Say so, and offer a possibility
to force the use of Heimdal, and warn if that's used. PR: 346
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 789fd54c9a..ac3a1344a9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.6h and 0.9.7 [XX xxx 2002]
+ *) Disable Heimdal support, since it hasn't been fully implemented.
+ Still give the possibility to force the use of Heimdal, but with
+ warnings and a request that patches get sent to openssl-dev.
+ [Richard Levitte]
+
*) Add the VC-CE target, introduce the WINCE sysname, and add
INSTALL.WCE and appropriate conditionals to make it build.
[Steven Reddie <smr@essemer.com.au> via Richard Levitte]