X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frand%2Frand_egd.c;h=97ed12cf671ab6335b783916fba1848560cd78cf;hp=dd490c825451358be8f155bb0127a978b96ac213;hb=396bc53593da14ad37553c6d3c4034149ee3d7a3;hpb=7711de24f914e4d283766acec0973daad30b5936 diff --git a/crypto/rand/rand_egd.c b/crypto/rand/rand_egd.c index dd490c8254..97ed12cf67 100644 --- a/crypto/rand/rand_egd.c +++ b/crypto/rand/rand_egd.c @@ -94,7 +94,7 @@ * RAND_egd() is a wrapper for RAND_egd_bytes() with numbytes=255. */ -#if defined(OPENSSL_SYS_WIN32) || defined(VMS) || defined(__VMS) +#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VMS) int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes) { return(-1);