summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-06-18 04:42:24 +0000
committerRichard Levitte <levitte@openssl.org>2005-06-18 04:42:24 +0000
commit4bd46774bb73bce491e5556f8e43a5d9d8ba4539 (patch)
treed4d8e304d907eec996c7f956d55bb3f70ec14299 /e_os.h
parent283c3e24371f1bc5d54e01c09375e60258d1f921 (diff)
downloadopenssl-new-4bd46774bb73bce491e5556f8e43a5d9d8ba4539.tar.gz
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