Commit 17582ccf authored by Richard Levitte's avatar Richard Levitte
Browse files

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
parent 31be2daa
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -335,6 +335,11 @@ TODO: bug: pad x with leading zeros if necessary
 
 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]