Give everything prototypes (well, everything that's actually used).
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 20a8b5459e60247d84e63961ce8a754750eca245..942279d25be755b3851b784c2fb2b9fce96e4069 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
 
  Changes between 0.9.7e and 0.9.8  [xx XXX xxxx]
 
+  *) Compile clean with "-Wall -Wmissing-prototypes
+     -Wstrict-prototypes -Wmissing-declarations -Werror". Currently
+     DEBUG_SAFESTACK must also be set.
+     [Ben Laurie]
+
   *) Change ./Configure so that certain algorithms can be disabled by default.
      The new counterpiece to "no-xxx" is "enable-xxx".