For safety, check __VMS as well.
authorRichard Levitte <levitte@openssl.org>
Sat, 26 Feb 2000 00:26:17 +0000 (00:26 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 26 Feb 2000 00:26:17 +0000 (00:26 +0000)
crypto/rand/rand_egd.c

index b640469faf74c4ee557b8a64e7f4e0db4a31ddf4..11de4f253fa8bc1dd9109bb48225df000ba520fd 100644 (file)
@@ -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);