mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
For safety, check __VMS as well.
This commit is contained in:
parent
1b8b0a8294
commit
7c0dc41c38
@ -59,7 +59,7 @@
|
||||
/* Query the EGD <URL: http://www.lothar.com/tech/crypto/>.
|
||||
*/
|
||||
|
||||
#if defined(WIN32) || defined(VMS)
|
||||
#if defined(WIN32) || defined(VMS) || defined(__VMS)
|
||||
int RAND_egd(const char *path)
|
||||
{
|
||||
return(-1);
|
||||
|
Loading…
Reference in New Issue
Block a user