aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-02-26 00:26:17 +0000
committerRichard Levitte <levitte@openssl.org>2000-02-26 00:26:17 +0000
commit7c0dc41c387b6e25d47325713b120aeca085adf1 (patch)
tree73edcef061de95ffc072906d40237a28689e96da /crypto
parent1b8b0a8294d9ddb84aed28c13d2729eb50c866b7 (diff)
downloadopenssl-7c0dc41c387b6e25d47325713b120aeca085adf1.zip
openssl-7c0dc41c387b6e25d47325713b120aeca085adf1.tar.gz
openssl-7c0dc41c387b6e25d47325713b120aeca085adf1.tar.bz2
For safety, check __VMS as well.
Diffstat (limited to 'crypto')
-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 b640469..11de4f2 100644
--- a/crypto/rand/rand_egd.c
+++ b/crypto/rand/rand_egd.c
@@ -59,7 +59,7 @@
/* Query the EGD <URL: http://www.lothar.com/tech/crypto/>.
*/
-#if defined(WIN32) || defined(VMS)
+#if defined(WIN32) || defined(VMS) || defined(__VMS)
int RAND_egd(const char *path)
{
return(-1);