aboutsummaryrefslogtreecommitdiff
path: root/crypto/rand
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2016-06-20 13:22:46 +0200
committerAndy Polyakov <appro@openssl.org>2016-06-20 13:28:13 +0200
commitb73cfb137e596f3e4396fbc5502ace3ff17cbaed (patch)
tree94d72db6b0e33a3c4deab2c83667b090bc2bd430 /crypto/rand
parent876a1a83adb926303c0b3e602e1fb44be6020a44 (diff)
downloadopenssl-b73cfb137e596f3e4396fbc5502ace3ff17cbaed.zip
openssl-b73cfb137e596f3e4396fbc5502ace3ff17cbaed.tar.gz
openssl-b73cfb137e596f3e4396fbc5502ace3ff17cbaed.tar.bz2
rand/randfile.c: remove obsolete commentary.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/rand')
-rw-r--r--crypto/rand/randfile.c5
1 files changed, 0 insertions, 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");