According to documentation, including time.h declares select() on
authorRichard Levitte <levitte@openssl.org>
Sun, 20 Aug 2006 05:54:35 +0000 (05:54 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 20 Aug 2006 05:54:35 +0000 (05:54 +0000)
OpenVMS, and possibly more.

Ref: http://h71000.www7.hp.com/doc/82final/6529/6529pro_019.html#r_select

apps/ocsp.c

index 955c40043176b2e35028ca622776839319638b5f..cbfbe3f651024c700f9c8a4a75e4fce59373d0c2 100644 (file)
@@ -59,6 +59,7 @@
 
 #include <stdio.h>
 #include <string.h>
+#include <time.h>
 #include "apps.h"
 #include <openssl/pem.h>
 #include <openssl/ocsp.h>