From: Andy Polyakov Date: Mon, 20 Jun 2016 11:22:46 +0000 (+0200) Subject: rand/randfile.c: remove obsolete commentary. X-Git-Tag: OpenSSL_1_1_0-pre6~395 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b73cfb137e596f3e4396fbc5502ace3ff17cbaed;p=oweals%2Fopenssl.git rand/randfile.c: remove obsolete commentary. Reviewed-by: Richard Levitte --- diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c index 87cb6c013b..c322268303 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");