]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Undefine DECRANDOM before redefining it.
authorRichard Levitte <levitte@openssl.org>
Sun, 19 Jun 2005 20:20:33 +0000 (20:20 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 19 Jun 2005 20:20:33 +0000 (20:20 +0000)
PR: 1110

e_os.h

diff --git a/e_os.h b/e_os.h
index 4d5e9f92a6ae3d99076b22dc858960e91721325b..2f545403eebdb5652e65ca5037849c5b73f70e54 100644 (file)
--- 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
+#    undef DEBRANDOM
 #    define DEVRANDOM "/dev/urandom\x24"
 #  endif /* __DJGPP__ */