diff --git a/crypto/rand/rand_egd.c b/crypto/rand/rand_egd.c index b640469fa..11de4f253 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);