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:
88d9f66
)
This at least break WIN32 which doesn't have sys/time.h might need to make
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 26 Apr 2009 14:53:58 +0000
(14:53 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 26 Apr 2009 14:53:58 +0000
(14:53 +0000)
this a bit more generous later...
crypto/bio/bss_dgram.c
patch
|
blob
|
history
diff --git
a/crypto/bio/bss_dgram.c
b/crypto/bio/bss_dgram.c
index 9d2b78d3a285a10d4ad7135f390c0c6eac5ce306..e3967041b3d6483ae9121eae72c14d93c943abf5 100644
(file)
--- a/
crypto/bio/bss_dgram.c
+++ b/
crypto/bio/bss_dgram.c
@@
-61,7
+61,9
@@
#include <stdio.h>
#include <errno.h>
+#ifdef OPENSSL_SYS_VMS
#include <sys/time.h>
+#endif
#define USE_SOCKETS
#include "cryptlib.h"