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:
cc843e3
)
don't compile egd support on MSDOS
author
Ulf Möller
<ulf@openssl.org>
Sun, 22 Sep 2002 08:52:43 +0000
(08:52 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Sun, 22 Sep 2002 08:52:43 +0000
(08:52 +0000)
crypto/rand/rand_egd.c
patch
|
blob
|
history
diff --git
a/crypto/rand/rand_egd.c
b/crypto/rand/rand_egd.c
index a6601696ad9e347a32e6c5c987e26fd9c7752581..e17060fe9098b1c3e0f105515ad089e093840b6d 100644
(file)
--- a/
crypto/rand/rand_egd.c
+++ b/
crypto/rand/rand_egd.c
@@
-59,7
+59,7
@@
/* Query the EGD <URL: http://www.lothar.com/tech/crypto/>.
*/
-#if defined(WIN32) || defined(VMS) || defined(__VMS)
+#if defined(WIN32) || defined(
MSDOS) || defined(
VMS) || defined(__VMS)
int RAND_egd(const char *path)
{
return(-1);