Modify mkdef.pl to recognise and parse prprocessor conditionals of the
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 4955e13732d551b66cab8680b5636ce44765d838..06576c8def5d3bd05d5f8be4d813d132552e64f0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,12 @@
 
  Changes between 0.9.6 and 0.9.7  [xx XXX 2000]
 
+  *) Modify mkdef.pl to recognise and parse prprocessor conditionals
+     of the form '#if defined(...) || defined(...) || ...' and
+     '#if !defined(...) && !defined(...) && ...'.  This also avoids
+     the growing number of special cases it was previously handling.
+     [Richard Levitte]
+
   *) Don't use getenv in library functions when run as setuid/setgid.
      New function OPENSSL_issetugid().
      [Ulf Moeller]