Add missing declaration for lh_node_usage_stats
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 9ebbe61bbb57682abc0b60642847cee21e31e30c..26ea7970dcf1fe75095283c014b34a4de34d9408 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -37,7 +37,7 @@
        NCR
        Tandem
        Cray
-       WIN16
+       16-bit platforms such as WIN16
      [Rich Salz]
 
   *) Start cleaning up OPENSSL_NO_xxx #define's
         Remove MS_STATIC; it's a relic from platforms <32 bits.
      [Rich Salz]
 
+  *) Start cleaning up dead code
+        Remove all but one '#ifdef undef' which is to be looked at.
+     [Rich Salz]
+
   *) Experimental support for a new, fast, unbiased prime candidate generator,
      bn_probable_prime_dh_coprime(). Not currently used by any prime generator.
      [Felix Laurie von Massenbach <felix@erbridge.co.uk>]