rand/randfile.c: remove obsolete commentary.
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
876a1a83ad
commit
b73cfb137e
1 changed files with 0 additions and 5 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue