don't compile egd support on MSDOS
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
/* Query the EGD <URL: http://www.lothar.com/tech/crypto/>.
|
/* 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)
|
int RAND_egd(const char *path)
|
||||||
{
|
{
|
||||||
return(-1);
|
return(-1);
|
||||||
|
Reference in New Issue
Block a user