X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Frand%2Frand_egd.c;h=11de4f253fa8bc1dd9109bb48225df000ba520fd;hb=7c0dc41c387b6e25d47325713b120aeca085adf1;hp=b640469faf74c4ee557b8a64e7f4e0db4a31ddf4;hpb=fea217f96f1396ee83341f596ecc083f6a91dfbf;p=oweals%2Fopenssl.git diff --git a/crypto/rand/rand_egd.c b/crypto/rand/rand_egd.c index b640469faf..11de4f253f 100644 --- a/crypto/rand/rand_egd.c +++ b/crypto/rand/rand_egd.c @@ -59,7 +59,7 @@ /* Query the EGD . */ -#if defined(WIN32) || defined(VMS) +#if defined(WIN32) || defined(VMS) || defined(__VMS) int RAND_egd(const char *path) { return(-1);