Commit 85789cd2 authored by Ulf Möller's avatar Ulf Möller
Browse files

don't compile egd support on MSDOS

parent cc843e3f
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) || defined(__VMS)
#if defined(WIN32) || defined(MSDOS) || defined(VMS) || defined(__VMS)
int RAND_egd(const char *path)
	{
	return(-1);