summaryrefslogtreecommitdiffstats
path: root/crypto/rand
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2002-09-22 08:51:33 +0000
committerUlf Möller <ulf@openssl.org>2002-09-22 08:51:33 +0000
commitca9a114f7aeedd7db70385433cb40c647e67ba2f (patch)
tree468d31f345a966bd5231c520d629c3fc6a5e33a2 /crypto/rand
parentce1dc2e9b229012f3f527ef462caf8cdc147e320 (diff)
as in head
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 abc3ac27d5..668c785f00 100644
--- a/crypto/rand/rand_egd.c
+++ b/crypto/rand/rand_egd.c
@@ -94,7 +94,7 @@
* RAND_egd() is a wrapper for RAND_egd_bytes() with numbytes=255.
*/
-#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VMS) || defined(__DJGPP__)
+#if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_MSDOS)
int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes)
{
return(-1);