提交 a1d91599 编写于 作者: R Richard Levitte

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

Submitted by Corinna Vinschen <vinschen@redhat.com>
上级 b002265e
...@@ -63,7 +63,12 @@ ...@@ -63,7 +63,12 @@
declared properly on Compaq platforms declared properly on Compaq platforms
(at least with DEC C). (at least with DEC C).
*/ */
#include <time.h> #ifdef OPENSSL_SYS_VMS
# 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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册