projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b19ce8
)
Undefine DECRANDOM before redefining it.
author
Richard Levitte
<levitte@openssl.org>
Sun, 19 Jun 2005 20:20:29 +0000
(20:20 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Sun, 19 Jun 2005 20:20:29 +0000
(20:20 +0000)
PR: 1110
e_os.h
patch
|
blob
|
history
diff --git
a/e_os.h
b/e_os.h
index 20ec86beedb4278630f8c7b6013a382794fa5d07..e2b656106641d013a5649b8343be1e30e66b0d0e 100644
(file)
--- a/
e_os.h
+++ b/
e_os.h
@@
-214,6
+214,7
@@
extern "C" {
# define _setmode setmode
# define _O_TEXT O_TEXT
# define _O_BINARY O_BINARY
+# undef DEVRANDOM
# define DEVRANDOM "/dev/urandom\x24"
# endif /* __DJGPP__ */