Complete the VxWorks fix by implementing a NULL RAND_poll() for it.
PR: 253
This commit is contained in:
@@ -236,3 +236,10 @@ int RAND_poll(void)
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#if defined(OPENSSL_SYS_VXWORKS)
|
||||
int RAND_poll(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user