summaryrefslogtreecommitdiffstats
path: root/crypto/rand
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2002-09-22 08:52:43 +0000
committerUlf Möller <ulf@openssl.org>2002-09-22 08:52:43 +0000
commit85789cd2a0f1b0d28dc1f6e2fb0946b52724d166 (patch)
tree967792ae544bbf25bb524ad93c3412c452225b45 /crypto/rand
parentcc843e3f9f735ea20393dcd2204e07575dabffb2 (diff)
don't compile egd support on MSDOS
Diffstat (limited to 'crypto/rand')
-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 a6601696ad..e17060fe90 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) || defined(__VMS)
+#if defined(WIN32) || defined(MSDOS) || defined(VMS) || defined(__VMS)
int RAND_egd(const char *path)
{
return(-1);