summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_egd.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-05-22 11:35:45 +0000
committerRichard Levitte <levitte@openssl.org>2002-05-22 11:35:45 +0000
commit396bc53593da14ad37553c6d3c4034149ee3d7a3 (patch)
tree15b0a423c08357ba1a68b12addc48b5acd2773ec /crypto/rand/rand_egd.c
parent7711de24f914e4d283766acec0973daad30b5936 (diff)
Use OPENSSL_SYS_VMS instead of just VMS
Diffstat (limited to 'crypto/rand/rand_egd.c')
-rw-r--r--crypto/rand/rand_egd.c2
1 files changed, 1 insertions, 1 deletions
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);