Change safestack reimplementation to match 0.9.8.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index ec91a92c6d88787631342a7f60dc6e67b2c4f4a6..106f98fc3c8b10ed22ab129a7651deac90e5cc21 100644 (file)
--- a/CHANGES
+++ b/CHANGES
 
   *) Initial incomplete changes to avoid need for function casts in OpenSSL
      some compilers (gcc 4.2 and later) reject their use. Safestack is
-     reimplemented using inline functions: tests show that these calls are
-     typically optimized away by compilers so they have no additional overhead.
-     Update ASN1 to avoid use of legacy functions. 
+     reimplemented.  Update ASN1 to avoid use of legacy functions. 
      [Steve Henson]
 
   *) Win32/64 targets are linked with Winsock2.