diff options
author | Richard Levitte <levitte@openssl.org> | 2005-06-18 06:42:24 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2005-06-18 06:42:24 +0200 |
commit | 4bd46774bb73bce491e5556f8e43a5d9d8ba4539 (patch) | |
tree | d4d8e304d907eec996c7f956d55bb3f70ec14299 /e_os.h | |
parent | Only define ZLIB_SHARED if it hasn't already been defined (on the command (diff) | |
download | openssl-4bd46774bb73bce491e5556f8e43a5d9d8ba4539.tar.xz openssl-4bd46774bb73bce491e5556f8e43a5d9d8ba4539.zip |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |