[openssl-commits] [openssl] master update
Andy Polyakov
appro at openssl.org
Mon Jun 20 11:28:52 UTC 2016
The branch master has been updated
via b73cfb137e596f3e4396fbc5502ace3ff17cbaed (commit)
from 876a1a83adb926303c0b3e602e1fb44be6020a44 (commit)
- Log -----------------------------------------------------------------
commit b73cfb137e596f3e4396fbc5502ace3ff17cbaed
Author: Andy Polyakov <appro at openssl.org>
Date: Mon Jun 20 13:22:46 2016 +0200
rand/randfile.c: remove obsolete commentary.
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
crypto/rand/randfile.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c
index 87cb6c0..c322268 100644
--- a/crypto/rand/randfile.c
+++ b/crypto/rand/randfile.c
@@ -287,11 +287,6 @@ const char *RAND_file_name(char *buf, size_t size)
return NULL;
} else {
#ifdef OPENSSL_SYS_WINDOWS
- /*
- * We use the same env variables as GetTempFile() - but that function
- * uses TCHARs, but getenv() gives us chars so its easier to do it this
- * way
- */
if ((s = getenv("HOME")) == NULL
&& (s = getenv("USERPROFILE")) == NULL) {
s = getenv("SYSTEMROOT");
More information about the openssl-commits
mailing list