Apply a more modern way to get the definition of select(), except for VMS.
Submitted by Corinna Vinschen <vinschen@redhat.com>
This commit is contained in:
parent
b002265ee3
commit
a1d915990b
@ -63,7 +63,12 @@
|
|||||||
declared properly on Compaq platforms
|
declared properly on Compaq platforms
|
||||||
(at least with DEC C).
|
(at least with DEC C).
|
||||||
*/
|
*/
|
||||||
|
#ifdef OPENSSL_SYS_VMS
|
||||||
# include <time.h>
|
# include <time.h>
|
||||||
|
#else
|
||||||
|
# include <sys/time.h>
|
||||||
|
# include <sys/select.h>
|
||||||
|
#endif
|
||||||
#include "apps.h"
|
#include "apps.h"
|
||||||
#include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
#include <openssl/ocsp.h>
|
#include <openssl/ocsp.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user