Commit 7c0dc41c authored by Richard Levitte's avatar Richard Levitte
Browse files

For safety, check __VMS as well.

parent 1b8b0a82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);