projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c3d346
)
According to documentation, including time.h declares select() on
author
Richard Levitte
<levitte@openssl.org>
Sun, 20 Aug 2006 05:54:35 +0000
(
05:54
+0000)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/apps/ocsp.c
b/apps/ocsp.c
index 955c40043176b2e35028ca622776839319638b5f..cbfbe3f651024c700f9c8a4a75e4fce59373d0c2 100644
(file)
--- a/
apps/ocsp.c
+++ b/
apps/ocsp.c
@@
-59,6
+59,7
@@
#include <stdio.h>
#include <string.h>
+#include <time.h>
#include "apps.h"
#include <openssl/pem.h>
#include <openssl/ocsp.h>