summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-06-18 04:42:34 +0000
committerRichard Levitte <levitte@openssl.org>2005-06-18 04:42:34 +0000
commit7435d89edff30ca26ac890ec2ecd5daba9ab6630 (patch)
treeefa3ad403d20a61b23f50e29a4fc2983b4d40821 /e_os.h
parent14557c8be4ab126174d6575191f0b3bb086eefb0 (diff)
Move the definition of DEVRANDOM for DJGPP from Configure to e_os.h.
That should solve the issues with propagating it through the Makefiles. PR: 1110
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/e_os.h b/e_os.h
index 06e1fe2979..4d5e9f92a6 100644
--- a/e_os.h
+++ b/e_os.h
@@ -227,6 +227,7 @@ extern "C" {
# define _setmode setmode
# define _O_TEXT O_TEXT
# define _O_BINARY O_BINARY
+# define DEVRANDOM "/dev/urandom\x24"
# endif /* __DJGPP__ */
# ifndef S_IFDIR