From b8f304f70df820edb7740abcac31ed90073f3ecd Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 20 Jun 2016 07:56:32 +0200 Subject: Change default directory for the .rnd file on Windows and VMS The previous change for Windows wasn't quite right. Corrected to use %HOME%, %USERPROFILE% and %SYSTEMPROFILE%, in that order. Also adding the default home for VMS, SYS$LOGIN: Reviewed-by: Matt Caswell Reviewed-by: Andy Polyakov --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 8fa6f44e0f..e182b6072f 100644 --- a/CHANGES +++ b/CHANGES @@ -6,8 +6,8 @@ *) 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 -- cgit v1.2.3