From: Richard Levitte Date: Wed, 22 May 2002 11:35:41 +0000 (+0000) Subject: Use OPENSSL_SYS_VMS instead of just VMS X-Git-Tag: OpenSSL_0_9_7-beta1~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=25a87e82d4faa8f157df966745d85da2b6e78037;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);