From: Richard Levitte Date: Wed, 22 May 2002 11:35:45 +0000 (+0000) Subject: Use OPENSSL_SYS_VMS instead of just VMS X-Git-Tag: OpenSSL_0_9_6e~26^2~144 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=396bc53593da14ad37553c6d3c4034149ee3d7a3;p=oweals%2Fopenssl.git Use OPENSSL_SYS_VMS instead of just VMS --- 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);