Commit a1d91599 authored by Richard Levitte's avatar Richard Levitte
Browse files

Apply a more modern way to get the definition of select(), except for VMS.

Submitted by Corinna Vinschen <vinschen@redhat.com>
parent b002265e
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -63,7 +63,12 @@
				     declared properly on Compaq platforms
				     (at least with DEC C).
				  */
#ifdef OPENSSL_SYS_VMS
# include <time.h>
#else
# include <sys/time.h>
# include <sys/select.h>
#endif
#include "apps.h"
#include <openssl/pem.h>
#include <openssl/ocsp.h>