(whitespace)
authorBodo Möller <bodo@openssl.org>
Thu, 26 Nov 2009 18:35:33 +0000 (18:35 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 26 Nov 2009 18:35:33 +0000 (18:35 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index ed8caa21dc869fb7644979a93cd7db53558aa6ca..9be6da957d60d92a32ee4a04470ba88ee15c02e6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -18,7 +18,7 @@
      issuing and attempting to decrypt tickets in case it has changed during
      servername handling. Use a non-zero length session ID when attempting
      stateless session resumption: this makes it possible to determine if
-     a resumption has occurred immediately after receiving server hello 
+     a resumption has occurred immediately after receiving server hello
      (several places in OpenSSL subtly assume this) instead of later in
      the handshake.
      [Steve Henson]
@@ -34,7 +34,7 @@
      [Steve Henson]
 
   *) Add support for --libdir option and LIBDIR variable in makefiles. This
-     makes it possible to install openssl libraries in locations which 
+     makes it possible to install openssl libraries in locations which
      have names other than "lib", for example "/usr/lib64" which some
      systems need.
      [Steve Henson, based on patch from Jeremy Utley]
@@ -43,7 +43,7 @@
      X690 8.9.12 and can produce some misleading textual output of OIDs.
      [Steve Henson, reported by Dan Kaminsky]
 
-  *) Delete MD2 from algorithm tables. This follows the recommendation in 
+  *) Delete MD2 from algorithm tables. This follows the recommendation in
      several standards that it is not used in new applications due to
      several cryptographic weaknesses. For binary compatibility reasons
      the MD2 API is still compiled in by default.