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:
ea46f5e
)
Needed definition of _XOPEN_SOURCE_EXTENDED so DEC C on VMS will see
author
Richard Levitte
<levitte@openssl.org>
Mon, 25 Dec 2006 10:54:14 +0000
(10:54 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 25 Dec 2006 10:54:14 +0000
(10:54 +0000)
the declarations of fd_set, select() and so on.
apps/ocsp.c
patch
|
blob
|
history
diff --git
a/apps/ocsp.c
b/apps/ocsp.c
index 8bf67aad31227e82f5a6ad254b76a22b9baa5c26..c8676fc537003b559b952f95b99b95a4cd2488bb 100644
(file)
--- a/
apps/ocsp.c
+++ b/
apps/ocsp.c
@@
-59,6
+59,10
@@
#include <stdio.h>
#include <string.h>
+#define _XOPEN_SOURCE_EXTENDED 1 /* Or fd_set, select() and so on won't be
+ declared properly on Compaq platforms
+ (at least with DEC C).
+ */
#include <time.h>
#include "apps.h"
#include <openssl/pem.h>