Commit e10b54ca authored by Andy Polyakov's avatar Andy Polyakov
Browse files

rand/randfile.c: remove _XOPEN_SOURCE definition.



Defintions of macros similar to _XOPEN_SOURCE belong in command line
or in worst case prior first #include directive in source. As for
macros is was allegedly controlling. One can argue that we are
probably better off demanding S_IS* macros but there are systems
that just don't comply, hence this compromise solution...

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
(cherry picked from commit 2e6d7799)
parent 5553a127
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment