For safety, check __VMS as well.
[oweals/openssl.git] / 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);