From 396bc53593da14ad37553c6d3c4034149ee3d7a3 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 22 May 2002 11:35:45 +0000 Subject: [PATCH] Use OPENSSL_SYS_VMS instead of just VMS --- crypto/rand/rand_egd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.25.1