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:
1b8b0a8
)
For safety, check __VMS as well.
author
Richard Levitte
<levitte@openssl.org>
Sat, 26 Feb 2000 00:26:17 +0000
(
00:26
+0000)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 26 Feb 2000 00:26:17 +0000
(
00:26
+0000)
crypto/rand/rand_egd.c
patch
|
blob
|
history
diff --git
a/crypto/rand/rand_egd.c
b/crypto/rand/rand_egd.c
index b640469faf74c4ee557b8a64e7f4e0db4a31ddf4..11de4f253fa8bc1dd9109bb48225df000ba520fd 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)
+#if defined(WIN32) || defined(VMS)
|| defined(__VMS)
int RAND_egd(const char *path)
{
return(-1);