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:
e400753
)
Use OPENSSL_SYS_VMS instead of just VMS
author
Richard Levitte
<levitte@openssl.org>
Wed, 22 May 2002 11:35:41 +0000
(11:35 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 22 May 2002 11:35:41 +0000
(11:35 +0000)
crypto/rand/rand_egd.c
patch
|
blob
|
history
diff --git
a/crypto/rand/rand_egd.c
b/crypto/rand/rand_egd.c
index dd490c825451358be8f155bb0127a978b96ac213..97ed12cf671ab6335b783916fba1848560cd78cf 100644
(file)
--- a/
crypto/rand/rand_egd.c
+++ b/
crypto/rand/rand_egd.c
@@
-94,7
+94,7
@@
* RAND_egd() is a wrapper for RAND_egd_bytes() with numbytes=255.
*/
-#if defined(OPENSSL_SYS_WIN32) || defined(
VMS) || defined(_
_VMS)
+#if defined(OPENSSL_SYS_WIN32) || defined(
OPENSSL_SYS
_VMS)
int RAND_query_egd_bytes(const char *path, unsigned char *buf, int bytes)
{
return(-1);