fix md_rand.c locking bugs

This commit is contained in:
Bodo Möller
2001-04-18 15:07:35 +00:00
parent 48ff225300
commit 6e6d04e29a
3 changed files with 67 additions and 20 deletions

View File

@@ -228,8 +228,9 @@ int RAND_poll(void)
#if defined(DEVRANDOM) || defined(DEVRANDOM_EGD)
return 1;
#endif
#else
return 0;
#endif
}
#endif