mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
According to documentation, including time.h declares select() on
OpenVMS, and possibly more. Ref: http://h71000.www7.hp.com/doc/82final/6529/6529pro_019.html#r_select
This commit is contained in:
parent
0c3d346cb7
commit
5776c3c4c6
@ -59,6 +59,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include "apps.h"
|
||||
#include <openssl/pem.h>
|
||||
#include <openssl/ocsp.h>
|
||||
|
Loading…
Reference in New Issue
Block a user