Fix output text to avoid gratuitious git diff
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 8fa6f44e0f19dda472fcdd6848fc5b18016678c7..5cf00286f68117f10e73f60289d9dc467b5ec619 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,12 +2,12 @@
  OpenSSL CHANGES
  _______________
 
- Changes between 1.0.2h and 1.1.0  [xx XXX 2016]
+ Changes between 1.0.2h and 1.1.0  [xx XXX xxxx]
 
   *) The method for finding the storage location for the Windows RAND seed file
      has changed. First we check %RANDFILE%. If that is not set then we check
-     the directories %TMP%, %TEMP%, %USERPROFILE%, %SYSTEMROOT% and %HOME% in
-     that order. If all else fails we fall back to "C:".
+     the directories %HOME%, %USERPROFILE% and %SYSTEMROOT% in that order. If
+     all else fails we fall back to C:\.
      [Matt Caswell]
 
   *) The EVP_EncryptUpdate() function has had its return type changed from void