From: Ulf Möller Date: Sun, 22 Sep 2002 08:52:43 +0000 (+0000) Subject: don't compile egd support on MSDOS X-Git-Tag: OpenSSL_0_9_6h~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85789cd2a0f1b0d28dc1f6e2fb0946b52724d166;p=openssl don't compile egd support on MSDOS --- 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 . */ -#if defined(WIN32) || defined(VMS) || defined(__VMS) +#if defined(WIN32) || defined(MSDOS) || defined(VMS) || defined(__VMS) int RAND_egd(const char *path) { return(-1);