don't compile egd support on MSDOS
authorUlf Möller <ulf@openssl.org>
Sun, 22 Sep 2002 08:52:43 +0000 (08:52 +0000)
committerUlf Möller <ulf@openssl.org>
Sun, 22 Sep 2002 08:52:43 +0000 (08:52 +0000)
crypto/rand/rand_egd.c

index a6601696ad9e347a32e6c5c987e26fd9c7752581..e17060fe9098b1c3e0f105515ad089e093840b6d 100644 (file)
@@ -59,7 +59,7 @@
 /* Query the EGD <URL: http://www.lothar.com/tech/crypto/>.
  */
 
-#if defined(WIN32) || defined(VMS) || defined(__VMS)
+#if defined(WIN32) || defined(MSDOS) || defined(VMS) || defined(__VMS)
 int RAND_egd(const char *path)
        {
        return(-1);